Fossil SCM
Small help text fix in the unversioned command.
Commit
bdc8b4a4064aa61f45ae7ff876f2051438786ff6dd94cb88b501b72b481da362
Parent
fc8d476aca7c3c7…
1 file changed
+1
-1
+1
-1
| --- src/unversioned.c | ||
| +++ src/unversioned.c | ||
| @@ -291,11 +291,11 @@ | ||
| 291 | 291 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 292 | 292 | ** |
| 293 | 293 | ** Options: |
| 294 | 294 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 295 | 295 | ** "edit", "remove", and "touch" subcommands. |
| 296 | -** -R|--repository REPO Use FILE as the repository | |
| 296 | +** -R|--repository REPO Use REPO as the repository | |
| 297 | 297 | */ |
| 298 | 298 | void unversioned_cmd(void){ |
| 299 | 299 | const char *zCmd; |
| 300 | 300 | int nCmd; |
| 301 | 301 | const char *zMtime = find_option("mtime", 0, 1); |
| 302 | 302 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -291,11 +291,11 @@ | |
| 291 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 292 | ** |
| 293 | ** Options: |
| 294 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 295 | ** "edit", "remove", and "touch" subcommands. |
| 296 | ** -R|--repository REPO Use FILE as the repository |
| 297 | */ |
| 298 | void unversioned_cmd(void){ |
| 299 | const char *zCmd; |
| 300 | int nCmd; |
| 301 | const char *zMtime = find_option("mtime", 0, 1); |
| 302 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -291,11 +291,11 @@ | |
| 291 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 292 | ** |
| 293 | ** Options: |
| 294 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 295 | ** "edit", "remove", and "touch" subcommands. |
| 296 | ** -R|--repository REPO Use REPO as the repository |
| 297 | */ |
| 298 | void unversioned_cmd(void){ |
| 299 | const char *zCmd; |
| 300 | int nCmd; |
| 301 | const char *zMtime = find_option("mtime", 0, 1); |
| 302 |