Fossil SCM
Added "contact" to the list of sub-commands in "fossil user" short help output. (It was only described in the full help.)
Commit
652e85cb36276906cac1f15576a37ede5d1a5050048c230927f53faab9656fbc
Parent
eb1a722f4e981b8…
1 file changed
+1
-1
+1
-1
| --- src/user.c | ||
| +++ src/user.c | ||
| @@ -363,11 +363,11 @@ | ||
| 363 | 363 | */ |
| 364 | 364 | void user_cmd(void){ |
| 365 | 365 | int n; |
| 366 | 366 | db_find_and_open_repository(0, 0); |
| 367 | 367 | if( g.argc<3 ){ |
| 368 | - usage("capabilities|default|list|new|password ..."); | |
| 368 | + usage("capabilities|contact|default|list|new|password ..."); | |
| 369 | 369 | } |
| 370 | 370 | n = strlen(g.argv[2]); |
| 371 | 371 | if( n>=2 && strncmp(g.argv[2],"new",n)==0 ){ |
| 372 | 372 | Blob passwd, login, caps, contact; |
| 373 | 373 | char *zPw; |
| 374 | 374 |
| --- src/user.c | |
| +++ src/user.c | |
| @@ -363,11 +363,11 @@ | |
| 363 | */ |
| 364 | void user_cmd(void){ |
| 365 | int n; |
| 366 | db_find_and_open_repository(0, 0); |
| 367 | if( g.argc<3 ){ |
| 368 | usage("capabilities|default|list|new|password ..."); |
| 369 | } |
| 370 | n = strlen(g.argv[2]); |
| 371 | if( n>=2 && strncmp(g.argv[2],"new",n)==0 ){ |
| 372 | Blob passwd, login, caps, contact; |
| 373 | char *zPw; |
| 374 |
| --- src/user.c | |
| +++ src/user.c | |
| @@ -363,11 +363,11 @@ | |
| 363 | */ |
| 364 | void user_cmd(void){ |
| 365 | int n; |
| 366 | db_find_and_open_repository(0, 0); |
| 367 | if( g.argc<3 ){ |
| 368 | usage("capabilities|contact|default|list|new|password ..."); |
| 369 | } |
| 370 | n = strlen(g.argv[2]); |
| 371 | if( n>=2 && strncmp(g.argv[2],"new",n)==0 ){ |
| 372 | Blob passwd, login, caps, contact; |
| 373 | char *zPw; |
| 374 |