Fossil SCM
A typo in help screen (reported by Sergei Gavrikov)
Commit
b894afad3dd18cd20ef4b535ef1828d168ff50f2
Parent
fa6311a5078112d…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -550,11 +550,11 @@ | ||
| 550 | 550 | g.isHTTP = 1; |
| 551 | 551 | }else if( g.argc<2 ){ |
| 552 | 552 | fossil_print( |
| 553 | 553 | "Usage: %s COMMAND ...\n" |
| 554 | 554 | " or: %s help -- for a list of common commands\n" |
| 555 | - " or: %s help COMMMAND -- for help with the named command\n", | |
| 555 | + " or: %s help COMMAND -- for help with the named command\n", | |
| 556 | 556 | g.argv[0], g.argv[0], g.argv[0]); |
| 557 | 557 | fossil_print( |
| 558 | 558 | "\nCommands and filenames may be passed on to fossil from a file\n" |
| 559 | 559 | "by using:\n" |
| 560 | 560 | "\n %s --args FILENAME ...\n", |
| 561 | 561 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -550,11 +550,11 @@ | |
| 550 | g.isHTTP = 1; |
| 551 | }else if( g.argc<2 ){ |
| 552 | fossil_print( |
| 553 | "Usage: %s COMMAND ...\n" |
| 554 | " or: %s help -- for a list of common commands\n" |
| 555 | " or: %s help COMMMAND -- for help with the named command\n", |
| 556 | g.argv[0], g.argv[0], g.argv[0]); |
| 557 | fossil_print( |
| 558 | "\nCommands and filenames may be passed on to fossil from a file\n" |
| 559 | "by using:\n" |
| 560 | "\n %s --args FILENAME ...\n", |
| 561 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -550,11 +550,11 @@ | |
| 550 | g.isHTTP = 1; |
| 551 | }else if( g.argc<2 ){ |
| 552 | fossil_print( |
| 553 | "Usage: %s COMMAND ...\n" |
| 554 | " or: %s help -- for a list of common commands\n" |
| 555 | " or: %s help COMMAND -- for help with the named command\n", |
| 556 | g.argv[0], g.argv[0], g.argv[0]); |
| 557 | fossil_print( |
| 558 | "\nCommands and filenames may be passed on to fossil from a file\n" |
| 559 | "by using:\n" |
| 560 | "\n %s --args FILENAME ...\n", |
| 561 |