Fossil SCM
Corrections to the built-in help text for the "all" command.
Commit
0183e1917fac89045fe004f60b1b46f7498750b5
Parent
31fdc347aceb975…
1 file changed
+3
-3
+3
-3
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -53,14 +53,14 @@ | ||
| 53 | 53 | ** |
| 54 | 54 | ** Usage: %fossil all (list|ls|pull|push|rebuild|sync) |
| 55 | 55 | ** |
| 56 | 56 | ** The ~/.fossil file records the location of all repositories for a |
| 57 | 57 | ** user. This command performs certain operations on all repositories |
| 58 | -** that can be useful before or after a period of disconnection operation. | |
| 58 | +** that can be useful before or after a period of disconnected operation. | |
| 59 | 59 | ** |
| 60 | -** On Win32 systems, this file is located in %LOCALAPPDATA%, %APDDATA% | |
| 61 | -** or %HOMEPATH% and is named _fossil. | |
| 60 | +** On Win32 systems, the file is named "_fossil" and is located in | |
| 61 | +** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. | |
| 62 | 62 | ** |
| 63 | 63 | ** Available operations are: |
| 64 | 64 | ** |
| 65 | 65 | ** list | ls Display the location of all repositories |
| 66 | 66 | ** |
| 67 | 67 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -53,14 +53,14 @@ | |
| 53 | ** |
| 54 | ** Usage: %fossil all (list|ls|pull|push|rebuild|sync) |
| 55 | ** |
| 56 | ** The ~/.fossil file records the location of all repositories for a |
| 57 | ** user. This command performs certain operations on all repositories |
| 58 | ** that can be useful before or after a period of disconnection operation. |
| 59 | ** |
| 60 | ** On Win32 systems, this file is located in %LOCALAPPDATA%, %APDDATA% |
| 61 | ** or %HOMEPATH% and is named _fossil. |
| 62 | ** |
| 63 | ** Available operations are: |
| 64 | ** |
| 65 | ** list | ls Display the location of all repositories |
| 66 | ** |
| 67 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -53,14 +53,14 @@ | |
| 53 | ** |
| 54 | ** Usage: %fossil all (list|ls|pull|push|rebuild|sync) |
| 55 | ** |
| 56 | ** The ~/.fossil file records the location of all repositories for a |
| 57 | ** user. This command performs certain operations on all repositories |
| 58 | ** that can be useful before or after a period of disconnected operation. |
| 59 | ** |
| 60 | ** On Win32 systems, the file is named "_fossil" and is located in |
| 61 | ** %LOCALAPPDATA%, %APPDATA% or %HOMEPATH%. |
| 62 | ** |
| 63 | ** Available operations are: |
| 64 | ** |
| 65 | ** list | ls Display the location of all repositories |
| 66 | ** |
| 67 |