Fossil SCM
Fix to the help text in the fossil backoffice command.
Commit
ab1023c013538e42279e66e0b96ef31d53d2c69100089be2e378af3b766b0f82
Parent
8a4b5c42d5958c9…
1 file changed
+1
-1
+1
-1
| --- src/backoffice.c | ||
| +++ src/backoffice.c | ||
| @@ -645,11 +645,11 @@ | ||
| 645 | 645 | } |
| 646 | 646 | |
| 647 | 647 | /* |
| 648 | 648 | ** COMMAND: backoffice* |
| 649 | 649 | ** |
| 650 | -** Usage: backoffice [OPTIONS...] [REPOSITORIES...] | |
| 650 | +** Usage: %fossil backoffice [OPTIONS...] [REPOSITORIES...] | |
| 651 | 651 | ** |
| 652 | 652 | ** Run backoffice processing on the repositories listed. If no |
| 653 | 653 | ** repository is specified, run it on the repository of the local checkout. |
| 654 | 654 | ** |
| 655 | 655 | ** This might be done by a cron job or similar to make sure backoffice |
| 656 | 656 |
| --- src/backoffice.c | |
| +++ src/backoffice.c | |
| @@ -645,11 +645,11 @@ | |
| 645 | } |
| 646 | |
| 647 | /* |
| 648 | ** COMMAND: backoffice* |
| 649 | ** |
| 650 | ** Usage: backoffice [OPTIONS...] [REPOSITORIES...] |
| 651 | ** |
| 652 | ** Run backoffice processing on the repositories listed. If no |
| 653 | ** repository is specified, run it on the repository of the local checkout. |
| 654 | ** |
| 655 | ** This might be done by a cron job or similar to make sure backoffice |
| 656 |
| --- src/backoffice.c | |
| +++ src/backoffice.c | |
| @@ -645,11 +645,11 @@ | |
| 645 | } |
| 646 | |
| 647 | /* |
| 648 | ** COMMAND: backoffice* |
| 649 | ** |
| 650 | ** Usage: %fossil backoffice [OPTIONS...] [REPOSITORIES...] |
| 651 | ** |
| 652 | ** Run backoffice processing on the repositories listed. If no |
| 653 | ** repository is specified, run it on the repository of the local checkout. |
| 654 | ** |
| 655 | ** This might be done by a cron job or similar to make sure backoffice |
| 656 |