Fossil SCM
Fix a typo in the help text for the "fossil info" command.
Commit
3d58d89041d7a41bb5c19f83a2cc8363293230a5fa187e27ce900f59117f5559
Parent
ffe7cc595e4c183…
1 file changed
+1
-1
+1
-1
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -180,11 +180,11 @@ | ||
| 180 | 180 | ** in the repository of the current tree that the argument refers |
| 181 | 181 | ** to. Or if the argument is the name of a repository, show |
| 182 | 182 | ** information about that repository. |
| 183 | 183 | ** |
| 184 | 184 | ** If the argument is a repository name, then the --verbose option shows |
| 185 | -** known the check-out locations for that repository and all URLs used | |
| 185 | +** all known check-out locations for that repository and all URLs used | |
| 186 | 186 | ** to access the repository. The --verbose is (currently) a no-op if |
| 187 | 187 | ** the argument is the name of a object within the repository. |
| 188 | 188 | ** |
| 189 | 189 | ** Use the "finfo" command to get information about a specific |
| 190 | 190 | ** file in a checkout. |
| 191 | 191 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -180,11 +180,11 @@ | |
| 180 | ** in the repository of the current tree that the argument refers |
| 181 | ** to. Or if the argument is the name of a repository, show |
| 182 | ** information about that repository. |
| 183 | ** |
| 184 | ** If the argument is a repository name, then the --verbose option shows |
| 185 | ** known the check-out locations for that repository and all URLs used |
| 186 | ** to access the repository. The --verbose is (currently) a no-op if |
| 187 | ** the argument is the name of a object within the repository. |
| 188 | ** |
| 189 | ** Use the "finfo" command to get information about a specific |
| 190 | ** file in a checkout. |
| 191 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -180,11 +180,11 @@ | |
| 180 | ** in the repository of the current tree that the argument refers |
| 181 | ** to. Or if the argument is the name of a repository, show |
| 182 | ** information about that repository. |
| 183 | ** |
| 184 | ** If the argument is a repository name, then the --verbose option shows |
| 185 | ** all known check-out locations for that repository and all URLs used |
| 186 | ** to access the repository. The --verbose is (currently) a no-op if |
| 187 | ** the argument is the name of a object within the repository. |
| 188 | ** |
| 189 | ** Use the "finfo" command to get information about a specific |
| 190 | ** file in a checkout. |
| 191 |