Fossil SCM
minor help text fix.
Commit
65a8db6ae3e66216b64a0e887c37d23f8635a646
Parent
0165fa184e58fa8…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -447,11 +447,11 @@ | ||
| 447 | 447 | }else if( argc<2 ){ |
| 448 | 448 | fossil_print( |
| 449 | 449 | "Usage: %s COMMAND ...\n" |
| 450 | 450 | " or: %s help -- for a list of common commands\n" |
| 451 | 451 | " or: %s help COMMMAND -- for help with the named command\n" |
| 452 | - " or: %s commands -- for a list of all commands\n", | |
| 452 | + " or: %s help commands -- for a list of all commands\n", | |
| 453 | 453 | argv[0], argv[0], argv[0], argv[0]); |
| 454 | 454 | fossil_exit(1); |
| 455 | 455 | }else{ |
| 456 | 456 | g.isHTTP = 0; |
| 457 | 457 | g.fQuiet = find_option("quiet", 0, 0)!=0; |
| 458 | 458 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -447,11 +447,11 @@ | |
| 447 | }else if( argc<2 ){ |
| 448 | fossil_print( |
| 449 | "Usage: %s COMMAND ...\n" |
| 450 | " or: %s help -- for a list of common commands\n" |
| 451 | " or: %s help COMMMAND -- for help with the named command\n" |
| 452 | " or: %s commands -- for a list of all commands\n", |
| 453 | argv[0], argv[0], argv[0], argv[0]); |
| 454 | fossil_exit(1); |
| 455 | }else{ |
| 456 | g.isHTTP = 0; |
| 457 | g.fQuiet = find_option("quiet", 0, 0)!=0; |
| 458 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -447,11 +447,11 @@ | |
| 447 | }else if( argc<2 ){ |
| 448 | fossil_print( |
| 449 | "Usage: %s COMMAND ...\n" |
| 450 | " or: %s help -- for a list of common commands\n" |
| 451 | " or: %s help COMMMAND -- for help with the named command\n" |
| 452 | " or: %s help commands -- for a list of all commands\n", |
| 453 | argv[0], argv[0], argv[0], argv[0]); |
| 454 | fossil_exit(1); |
| 455 | }else{ |
| 456 | g.isHTTP = 0; |
| 457 | g.fQuiet = find_option("quiet", 0, 0)!=0; |
| 458 |