Fossil SCM
Another correction to the unversioned help text.
Commit
800517e1776de15b10cad4e5fa924eb5297c2216
Parent
b6a01114394d844…
1 file changed
+1
-1
+1
-1
| --- src/unversioned.c | ||
| +++ src/unversioned.c | ||
| @@ -256,11 +256,11 @@ | ||
| 256 | 256 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 257 | 257 | ** |
| 258 | 258 | ** Options: |
| 259 | 259 | ** |
| 260 | 260 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 261 | -** "edit", and "remove" subcommands. | |
| 261 | +** "edit", "remove", and "touch" subcommands. | |
| 262 | 262 | */ |
| 263 | 263 | void unversioned_cmd(void){ |
| 264 | 264 | const char *zCmd; |
| 265 | 265 | int nCmd; |
| 266 | 266 | const char *zMtime = find_option("mtime", 0, 1); |
| 267 | 267 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -256,11 +256,11 @@ | |
| 256 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 257 | ** |
| 258 | ** Options: |
| 259 | ** |
| 260 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 261 | ** "edit", and "remove" subcommands. |
| 262 | */ |
| 263 | void unversioned_cmd(void){ |
| 264 | const char *zCmd; |
| 265 | int nCmd; |
| 266 | const char *zMtime = find_option("mtime", 0, 1); |
| 267 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -256,11 +256,11 @@ | |
| 256 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 257 | ** |
| 258 | ** Options: |
| 259 | ** |
| 260 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 261 | ** "edit", "remove", and "touch" subcommands. |
| 262 | */ |
| 263 | void unversioned_cmd(void){ |
| 264 | const char *zCmd; |
| 265 | int nCmd; |
| 266 | const char *zMtime = find_option("mtime", 0, 1); |
| 267 |