Fossil SCM
help text updates.
Commit
91a740e82a36a65a1c6fab0e48a2eba39b2e808d
Parent
2e2cd82bacc7a95…
1 file changed
+3
-3
+3
-3
| --- src/json.c | ||
| +++ src/json.c | ||
| @@ -2359,11 +2359,13 @@ | ||
| 2359 | 2359 | ** |
| 2360 | 2360 | ** anonymousPassord |
| 2361 | 2361 | ** artifact |
| 2362 | 2362 | ** branch |
| 2363 | 2363 | ** cap |
| 2364 | +** config | |
| 2364 | 2365 | ** diff |
| 2366 | +** dir | |
| 2365 | 2367 | ** g |
| 2366 | 2368 | ** login |
| 2367 | 2369 | ** logout |
| 2368 | 2370 | ** query |
| 2369 | 2371 | ** rebuild |
| @@ -2376,13 +2378,11 @@ | ||
| 2376 | 2378 | ** version (alias: HAI) |
| 2377 | 2379 | ** whoami |
| 2378 | 2380 | ** wiki |
| 2379 | 2381 | ** |
| 2380 | 2382 | ** Run '%fossil json' without any subcommand to see the full list (but be |
| 2381 | -** aware that some listed might not yet be implemented). | |
| 2382 | -** | |
| 2383 | -** PS: the notable TODO-commands include: config, dir, finfo, ticket | |
| 2383 | +** aware that some listed might not yet be fully implemented). | |
| 2384 | 2384 | ** |
| 2385 | 2385 | */ |
| 2386 | 2386 | void json_cmd_top(void){ |
| 2387 | 2387 | char const * cmd = NULL; |
| 2388 | 2388 | int rc = 0; |
| 2389 | 2389 |
| --- src/json.c | |
| +++ src/json.c | |
| @@ -2359,11 +2359,13 @@ | |
| 2359 | ** |
| 2360 | ** anonymousPassord |
| 2361 | ** artifact |
| 2362 | ** branch |
| 2363 | ** cap |
| 2364 | ** diff |
| 2365 | ** g |
| 2366 | ** login |
| 2367 | ** logout |
| 2368 | ** query |
| 2369 | ** rebuild |
| @@ -2376,13 +2378,11 @@ | |
| 2376 | ** version (alias: HAI) |
| 2377 | ** whoami |
| 2378 | ** wiki |
| 2379 | ** |
| 2380 | ** Run '%fossil json' without any subcommand to see the full list (but be |
| 2381 | ** aware that some listed might not yet be implemented). |
| 2382 | ** |
| 2383 | ** PS: the notable TODO-commands include: config, dir, finfo, ticket |
| 2384 | ** |
| 2385 | */ |
| 2386 | void json_cmd_top(void){ |
| 2387 | char const * cmd = NULL; |
| 2388 | int rc = 0; |
| 2389 |
| --- src/json.c | |
| +++ src/json.c | |
| @@ -2359,11 +2359,13 @@ | |
| 2359 | ** |
| 2360 | ** anonymousPassord |
| 2361 | ** artifact |
| 2362 | ** branch |
| 2363 | ** cap |
| 2364 | ** config |
| 2365 | ** diff |
| 2366 | ** dir |
| 2367 | ** g |
| 2368 | ** login |
| 2369 | ** logout |
| 2370 | ** query |
| 2371 | ** rebuild |
| @@ -2376,13 +2378,11 @@ | |
| 2378 | ** version (alias: HAI) |
| 2379 | ** whoami |
| 2380 | ** wiki |
| 2381 | ** |
| 2382 | ** Run '%fossil json' without any subcommand to see the full list (but be |
| 2383 | ** aware that some listed might not yet be fully implemented). |
| 2384 | ** |
| 2385 | */ |
| 2386 | void json_cmd_top(void){ |
| 2387 | char const * cmd = NULL; |
| 2388 | int rc = 0; |
| 2389 |