Fossil SCM

Added missing ?-global? hint in one instance of the settings command help.

stephan 2013-06-27 18:34 trunk
Commit 8dc6873d44d685b1775add9ccf4dedb5f1f2e090
1 file changed +1 -1
+1 -1
--- src/db.c
+++ src/db.c
@@ -2387,11 +2387,11 @@
23872387
}
23882388
if( isManifest && g.localOpen ){
23892389
manifest_to_disk(db_lget_int("checkout", 0));
23902390
}
23912391
}else{
2392
- usage("?PROPERTY? ?VALUE?");
2392
+ usage("?PROPERTY? ?VALUE? ?-global?");
23932393
}
23942394
}
23952395
23962396
/*
23972397
** The input in a timespan measured in days. Return a string which
23982398
--- src/db.c
+++ src/db.c
@@ -2387,11 +2387,11 @@
2387 }
2388 if( isManifest && g.localOpen ){
2389 manifest_to_disk(db_lget_int("checkout", 0));
2390 }
2391 }else{
2392 usage("?PROPERTY? ?VALUE?");
2393 }
2394 }
2395
2396 /*
2397 ** The input in a timespan measured in days. Return a string which
2398
--- src/db.c
+++ src/db.c
@@ -2387,11 +2387,11 @@
2387 }
2388 if( isManifest && g.localOpen ){
2389 manifest_to_disk(db_lget_int("checkout", 0));
2390 }
2391 }else{
2392 usage("?PROPERTY? ?VALUE? ?-global?");
2393 }
2394 }
2395
2396 /*
2397 ** The input in a timespan measured in days. Return a string which
2398

Keyboard Shortcuts

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