Fossil SCM
Fix typo: added missing word to 'fossil help all' output.
Commit
bfa99a93995ed02fde16d51ee7cf1546ae9fc5949394fded4d091923c562eeb0
Parent
4eca7eb902b5576…
1 file changed
+1
-1
+1
-1
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -62,11 +62,11 @@ | ||
| 62 | 62 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 63 | 63 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 64 | 64 | ** |
| 65 | 65 | ** Available operations are: |
| 66 | 66 | ** |
| 67 | -** backup Backup all repositories. The argument must the name of | |
| 67 | +** backup Backup all repositories. The argument must be the name of | |
| 68 | 68 | ** a directory into which all backup repositories are written. |
| 69 | 69 | ** |
| 70 | 70 | ** cache Manages the cache used for potentially expensive web |
| 71 | 71 | ** pages. Any additional arguments are passed on verbatim |
| 72 | 72 | ** to the cache command. |
| 73 | 73 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -62,11 +62,11 @@ | |
| 62 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 63 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 64 | ** |
| 65 | ** Available operations are: |
| 66 | ** |
| 67 | ** backup Backup all repositories. The argument must the name of |
| 68 | ** a directory into which all backup repositories are written. |
| 69 | ** |
| 70 | ** cache Manages the cache used for potentially expensive web |
| 71 | ** pages. Any additional arguments are passed on verbatim |
| 72 | ** to the cache command. |
| 73 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -62,11 +62,11 @@ | |
| 62 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 63 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 64 | ** |
| 65 | ** Available operations are: |
| 66 | ** |
| 67 | ** backup Backup all repositories. The argument must be the name of |
| 68 | ** a directory into which all backup repositories are written. |
| 69 | ** |
| 70 | ** cache Manages the cache used for potentially expensive web |
| 71 | ** pages. Any additional arguments are passed on verbatim |
| 72 | ** to the cache command. |
| 73 |