Fossil SCM
Add the -R option to the "fossil uv" on-line help.
Commit
bc7c27cb85a3cba8d914cf1d4d3c57cc3ca7bc751c1b6e838ac167eb591a3bc3
Parent
b4dcf8e4ef86600…
1 file changed
+1
+1
| --- src/unversioned.c | ||
| +++ src/unversioned.c | ||
| @@ -267,10 +267,11 @@ | ||
| 267 | 267 | ** |
| 268 | 268 | ** Options: |
| 269 | 269 | ** |
| 270 | 270 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 271 | 271 | ** "edit", "remove", and "touch" subcommands. |
| 272 | +** -R|--repository FILE Use FILE as the repository | |
| 272 | 273 | */ |
| 273 | 274 | void unversioned_cmd(void){ |
| 274 | 275 | const char *zCmd; |
| 275 | 276 | int nCmd; |
| 276 | 277 | const char *zMtime = find_option("mtime", 0, 1); |
| 277 | 278 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -267,10 +267,11 @@ | |
| 267 | ** |
| 268 | ** Options: |
| 269 | ** |
| 270 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 271 | ** "edit", "remove", and "touch" subcommands. |
| 272 | */ |
| 273 | void unversioned_cmd(void){ |
| 274 | const char *zCmd; |
| 275 | int nCmd; |
| 276 | const char *zMtime = find_option("mtime", 0, 1); |
| 277 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -267,10 +267,11 @@ | |
| 267 | ** |
| 268 | ** Options: |
| 269 | ** |
| 270 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 271 | ** "edit", "remove", and "touch" subcommands. |
| 272 | ** -R|--repository FILE Use FILE as the repository |
| 273 | */ |
| 274 | void unversioned_cmd(void){ |
| 275 | const char *zCmd; |
| 276 | int nCmd; |
| 277 | const char *zMtime = find_option("mtime", 0, 1); |
| 278 |