Fossil SCM
The output of "fossil configuration --help" had two different ways -R was described, one wrong. The newer one was of a more consistent format with the rest of the help ([decd537016 | thus why it was added]) so removed the older one and reworked the newer one to be more accurate.
Commit
6cb0fc259128b939ea75b50af4c763f45e3180034a9d4b4d314454a592cfe2b1
Parent
661ea3315940eef…
1 file changed
+2
-3
+2
-3
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -723,12 +723,11 @@ | ||
| 723 | 723 | /* |
| 724 | 724 | ** COMMAND: configuration* |
| 725 | 725 | ** |
| 726 | 726 | ** Usage: %fossil configuration METHOD ... ?OPTIONS? |
| 727 | 727 | ** |
| 728 | -** Where METHOD is one of: export import merge pull push reset. All methods | |
| 729 | -** accept the -R or --repository option to specify a repository. | |
| 728 | +** Where METHOD is one of: export import merge pull push reset. | |
| 730 | 729 | ** |
| 731 | 730 | ** > fossil configuration export AREA FILENAME |
| 732 | 731 | ** |
| 733 | 732 | ** Write to FILENAME exported configuration information for AREA. |
| 734 | 733 | ** AREA can be one of: |
| @@ -769,11 +768,11 @@ | ||
| 769 | 768 | ** |
| 770 | 769 | ** Synchronize configuration changes in the local repository with |
| 771 | 770 | ** the remote repository at URL. |
| 772 | 771 | ** |
| 773 | 772 | ** Options: |
| 774 | -** -R|--repository REPO Extract info from repository REPO | |
| 773 | +** -R|--repository REPO Affect repository REPO with changes | |
| 775 | 774 | ** |
| 776 | 775 | ** See also: [[settings]], [[unset]] |
| 777 | 776 | */ |
| 778 | 777 | void configuration_cmd(void){ |
| 779 | 778 | int n; |
| 780 | 779 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -723,12 +723,11 @@ | |
| 723 | /* |
| 724 | ** COMMAND: configuration* |
| 725 | ** |
| 726 | ** Usage: %fossil configuration METHOD ... ?OPTIONS? |
| 727 | ** |
| 728 | ** Where METHOD is one of: export import merge pull push reset. All methods |
| 729 | ** accept the -R or --repository option to specify a repository. |
| 730 | ** |
| 731 | ** > fossil configuration export AREA FILENAME |
| 732 | ** |
| 733 | ** Write to FILENAME exported configuration information for AREA. |
| 734 | ** AREA can be one of: |
| @@ -769,11 +768,11 @@ | |
| 769 | ** |
| 770 | ** Synchronize configuration changes in the local repository with |
| 771 | ** the remote repository at URL. |
| 772 | ** |
| 773 | ** Options: |
| 774 | ** -R|--repository REPO Extract info from repository REPO |
| 775 | ** |
| 776 | ** See also: [[settings]], [[unset]] |
| 777 | */ |
| 778 | void configuration_cmd(void){ |
| 779 | int n; |
| 780 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -723,12 +723,11 @@ | |
| 723 | /* |
| 724 | ** COMMAND: configuration* |
| 725 | ** |
| 726 | ** Usage: %fossil configuration METHOD ... ?OPTIONS? |
| 727 | ** |
| 728 | ** Where METHOD is one of: export import merge pull push reset. |
| 729 | ** |
| 730 | ** > fossil configuration export AREA FILENAME |
| 731 | ** |
| 732 | ** Write to FILENAME exported configuration information for AREA. |
| 733 | ** AREA can be one of: |
| @@ -769,11 +768,11 @@ | |
| 768 | ** |
| 769 | ** Synchronize configuration changes in the local repository with |
| 770 | ** the remote repository at URL. |
| 771 | ** |
| 772 | ** Options: |
| 773 | ** -R|--repository REPO Affect repository REPO with changes |
| 774 | ** |
| 775 | ** See also: [[settings]], [[unset]] |
| 776 | */ |
| 777 | void configuration_cmd(void){ |
| 778 | int n; |
| 779 |