Fossil SCM
Fix the header comment (and hence the "help" message) for the "fossil all" command.
Commit
0b49e4afbaa1462540ca4267b270d20c731ea895
Parent
7847b418bb514bd…
1 file changed
+3
-1
+3
-1
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -62,11 +62,13 @@ | ||
| 62 | 62 | ** The ~/.fossil file records the location of all repositories for a |
| 63 | 63 | ** user. This command performs certain operations on all repositories |
| 64 | 64 | ** that can be useful before or after a period of disconnection operation. |
| 65 | 65 | ** Available operations are: |
| 66 | 66 | ** |
| 67 | -** list|ls Display the location of all repositories | |
| 67 | +** list Display the location of all repositories | |
| 68 | +** | |
| 69 | +** ls An alias for "list" | |
| 68 | 70 | ** |
| 69 | 71 | ** pull Run a "pull" operation on all repositories |
| 70 | 72 | ** |
| 71 | 73 | ** push Run a "push" on all repositories |
| 72 | 74 | ** |
| 73 | 75 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -62,11 +62,13 @@ | |
| 62 | ** The ~/.fossil file records the location of all repositories for a |
| 63 | ** user. This command performs certain operations on all repositories |
| 64 | ** that can be useful before or after a period of disconnection operation. |
| 65 | ** Available operations are: |
| 66 | ** |
| 67 | ** list|ls Display the location of all repositories |
| 68 | ** |
| 69 | ** pull Run a "pull" operation on all repositories |
| 70 | ** |
| 71 | ** push Run a "push" on all repositories |
| 72 | ** |
| 73 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -62,11 +62,13 @@ | |
| 62 | ** The ~/.fossil file records the location of all repositories for a |
| 63 | ** user. This command performs certain operations on all repositories |
| 64 | ** that can be useful before or after a period of disconnection operation. |
| 65 | ** Available operations are: |
| 66 | ** |
| 67 | ** list Display the location of all repositories |
| 68 | ** |
| 69 | ** ls An alias for "list" |
| 70 | ** |
| 71 | ** pull Run a "pull" operation on all repositories |
| 72 | ** |
| 73 | ** push Run a "push" on all repositories |
| 74 | ** |
| 75 |