Fossil SCM
Added missing ?-global? hint in one instance of the settings command help.
Commit
8dc6873d44d685b1775add9ccf4dedb5f1f2e090
Parent
7b011abe8434541…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2387,11 +2387,11 @@ | ||
| 2387 | 2387 | } |
| 2388 | 2388 | if( isManifest && g.localOpen ){ |
| 2389 | 2389 | manifest_to_disk(db_lget_int("checkout", 0)); |
| 2390 | 2390 | } |
| 2391 | 2391 | }else{ |
| 2392 | - usage("?PROPERTY? ?VALUE?"); | |
| 2392 | + usage("?PROPERTY? ?VALUE? ?-global?"); | |
| 2393 | 2393 | } |
| 2394 | 2394 | } |
| 2395 | 2395 | |
| 2396 | 2396 | /* |
| 2397 | 2397 | ** The input in a timespan measured in days. Return a string which |
| 2398 | 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?"); |
| 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 |