Fossil SCM

Add the -R option to the "fossil uv" on-line help.

drh 2020-03-17 10:45 trunk
Commit bc7c27cb85a3cba8d914cf1d4d3c57cc3ca7bc751c1b6e838ac167eb591a3bc3
1 file changed +1
--- src/unversioned.c
+++ src/unversioned.c
@@ -267,10 +267,11 @@
267267
**
268268
** Options:
269269
**
270270
** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add",
271271
** "edit", "remove", and "touch" subcommands.
272
+** -R|--repository FILE Use FILE as the repository
272273
*/
273274
void unversioned_cmd(void){
274275
const char *zCmd;
275276
int nCmd;
276277
const char *zMtime = find_option("mtime", 0, 1);
277278
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button