Fossil SCM
Minor tweak to branch help text
Commit
596f29fa1befc578a12b5948bdbee23bb68654e1
Parent
dc9ac1d7cb57cd1…
1 file changed
+1
-2
+1
-2
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -264,12 +264,11 @@ | ||
| 264 | 264 | ** year-month-day form, it may be truncated, the "T" may be |
| 265 | 265 | ** replaced by a space, and it may also name a timezone offset |
| 266 | 266 | ** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward). |
| 267 | 267 | ** Either no timezone suffix or "Z" means UTC. |
| 268 | 268 | ** |
| 269 | -** %fossil branch list ?-a|--all|-c|--closed? | |
| 270 | -** %fossil branch ls ?-a|--all|-c|--closed? | |
| 269 | +** %fossil branch list|ls ?-a|--all|-c|--closed? | |
| 271 | 270 | ** |
| 272 | 271 | ** List all branches. Use -a or --all to list all branches and |
| 273 | 272 | ** -c or --closed to list all closed branches. The default is to |
| 274 | 273 | ** show only open branches. |
| 275 | 274 | ** |
| 276 | 275 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -264,12 +264,11 @@ | |
| 264 | ** year-month-day form, it may be truncated, the "T" may be |
| 265 | ** replaced by a space, and it may also name a timezone offset |
| 266 | ** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward). |
| 267 | ** Either no timezone suffix or "Z" means UTC. |
| 268 | ** |
| 269 | ** %fossil branch list ?-a|--all|-c|--closed? |
| 270 | ** %fossil branch ls ?-a|--all|-c|--closed? |
| 271 | ** |
| 272 | ** List all branches. Use -a or --all to list all branches and |
| 273 | ** -c or --closed to list all closed branches. The default is to |
| 274 | ** show only open branches. |
| 275 | ** |
| 276 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -264,12 +264,11 @@ | |
| 264 | ** year-month-day form, it may be truncated, the "T" may be |
| 265 | ** replaced by a space, and it may also name a timezone offset |
| 266 | ** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward). |
| 267 | ** Either no timezone suffix or "Z" means UTC. |
| 268 | ** |
| 269 | ** %fossil branch list|ls ?-a|--all|-c|--closed? |
| 270 | ** |
| 271 | ** List all branches. Use -a or --all to list all branches and |
| 272 | ** -c or --closed to list all closed branches. The default is to |
| 273 | ** show only open branches. |
| 274 | ** |
| 275 |