Fossil SCM
Minor typo fixes in new patch command help text. No code changes.
Commit
1190034e377a3705b66da8a806a0544159d2f2c46e043c24918bc2637168f6f0
Parent
5ee62c4033e8362…
1 file changed
+3
-3
+3
-3
| --- src/patch.c | ||
| +++ src/patch.c | ||
| @@ -830,11 +830,11 @@ | ||
| 830 | 830 | /* |
| 831 | 831 | ** COMMAND: patch |
| 832 | 832 | ** |
| 833 | 833 | ** Usage: %fossil patch SUBCOMMAND ?ARGS ..? |
| 834 | 834 | ** |
| 835 | -** This command is used to creates, view, and apply Fossil binary patches. | |
| 835 | +** This command is used to create, view, and apply Fossil binary patches. | |
| 836 | 836 | ** A Fossil binary patch is a single (binary) file that captures all of the |
| 837 | 837 | ** uncommitted changes of a check-out. Use Fossil binary patches to transfer |
| 838 | 838 | ** proposed or incomplete changes between machines for testing or analysis. |
| 839 | 839 | ** |
| 840 | 840 | ** > fossil patch create [DIRECTORY] FILENAME |
| @@ -846,11 +846,11 @@ | ||
| 846 | 846 | ** |
| 847 | 847 | ** -f|--force Overwrite an existing patch with the same name. |
| 848 | 848 | ** |
| 849 | 849 | ** > fossil patch apply [DIRECTORY] FILENAME |
| 850 | 850 | ** |
| 851 | -** Apply the changes in FILENAME to the check-out a DIRECTORY, or | |
| 851 | +** Apply the changes in FILENAME to the check-out at DIRECTORY, or | |
| 852 | 852 | ** in the current directory if DIRECTORY is omitted. Options: |
| 853 | 853 | ** |
| 854 | 854 | ** -f|--force Apply the patch even though there are unsaved |
| 855 | 855 | ** changes in the current check-out. |
| 856 | 856 | ** -n|--dryrun Do nothing, but print what would have happened. |
| @@ -888,11 +888,11 @@ | ||
| 888 | 888 | ** -n|--dryrun Do nothing, but print what would have happened. |
| 889 | 889 | ** -v|--verbose Extra output explaining what happens. |
| 890 | 890 | ** |
| 891 | 891 | ** > fossil patch view FILENAME |
| 892 | 892 | ** |
| 893 | -** View a summary of the the changes in the binary patch FILENAME. | |
| 893 | +** View a summary of the changes in the binary patch FILENAME. | |
| 894 | 894 | ** Use "fossil patch diff" for detailed patch content. |
| 895 | 895 | ** |
| 896 | 896 | ** -v|--verbose Show extra detail about the patch. |
| 897 | 897 | ** |
| 898 | 898 | */ |
| 899 | 899 |
| --- src/patch.c | |
| +++ src/patch.c | |
| @@ -830,11 +830,11 @@ | |
| 830 | /* |
| 831 | ** COMMAND: patch |
| 832 | ** |
| 833 | ** Usage: %fossil patch SUBCOMMAND ?ARGS ..? |
| 834 | ** |
| 835 | ** This command is used to creates, view, and apply Fossil binary patches. |
| 836 | ** A Fossil binary patch is a single (binary) file that captures all of the |
| 837 | ** uncommitted changes of a check-out. Use Fossil binary patches to transfer |
| 838 | ** proposed or incomplete changes between machines for testing or analysis. |
| 839 | ** |
| 840 | ** > fossil patch create [DIRECTORY] FILENAME |
| @@ -846,11 +846,11 @@ | |
| 846 | ** |
| 847 | ** -f|--force Overwrite an existing patch with the same name. |
| 848 | ** |
| 849 | ** > fossil patch apply [DIRECTORY] FILENAME |
| 850 | ** |
| 851 | ** Apply the changes in FILENAME to the check-out a DIRECTORY, or |
| 852 | ** in the current directory if DIRECTORY is omitted. Options: |
| 853 | ** |
| 854 | ** -f|--force Apply the patch even though there are unsaved |
| 855 | ** changes in the current check-out. |
| 856 | ** -n|--dryrun Do nothing, but print what would have happened. |
| @@ -888,11 +888,11 @@ | |
| 888 | ** -n|--dryrun Do nothing, but print what would have happened. |
| 889 | ** -v|--verbose Extra output explaining what happens. |
| 890 | ** |
| 891 | ** > fossil patch view FILENAME |
| 892 | ** |
| 893 | ** View a summary of the the changes in the binary patch FILENAME. |
| 894 | ** Use "fossil patch diff" for detailed patch content. |
| 895 | ** |
| 896 | ** -v|--verbose Show extra detail about the patch. |
| 897 | ** |
| 898 | */ |
| 899 |
| --- src/patch.c | |
| +++ src/patch.c | |
| @@ -830,11 +830,11 @@ | |
| 830 | /* |
| 831 | ** COMMAND: patch |
| 832 | ** |
| 833 | ** Usage: %fossil patch SUBCOMMAND ?ARGS ..? |
| 834 | ** |
| 835 | ** This command is used to create, view, and apply Fossil binary patches. |
| 836 | ** A Fossil binary patch is a single (binary) file that captures all of the |
| 837 | ** uncommitted changes of a check-out. Use Fossil binary patches to transfer |
| 838 | ** proposed or incomplete changes between machines for testing or analysis. |
| 839 | ** |
| 840 | ** > fossil patch create [DIRECTORY] FILENAME |
| @@ -846,11 +846,11 @@ | |
| 846 | ** |
| 847 | ** -f|--force Overwrite an existing patch with the same name. |
| 848 | ** |
| 849 | ** > fossil patch apply [DIRECTORY] FILENAME |
| 850 | ** |
| 851 | ** Apply the changes in FILENAME to the check-out at DIRECTORY, or |
| 852 | ** in the current directory if DIRECTORY is omitted. Options: |
| 853 | ** |
| 854 | ** -f|--force Apply the patch even though there are unsaved |
| 855 | ** changes in the current check-out. |
| 856 | ** -n|--dryrun Do nothing, but print what would have happened. |
| @@ -888,11 +888,11 @@ | |
| 888 | ** -n|--dryrun Do nothing, but print what would have happened. |
| 889 | ** -v|--verbose Extra output explaining what happens. |
| 890 | ** |
| 891 | ** > fossil patch view FILENAME |
| 892 | ** |
| 893 | ** View a summary of the changes in the binary patch FILENAME. |
| 894 | ** Use "fossil patch diff" for detailed patch content. |
| 895 | ** |
| 896 | ** -v|--verbose Show extra detail about the patch. |
| 897 | ** |
| 898 | */ |
| 899 |