Fossil SCM
minor typo fix in help text.
Commit
24e259da5aa399c3eacaab1510b566b781dafd5d
Parent
0e5bbade2c403da…
1 file changed
+1
-1
+1
-1
| --- src/main.c | ||
| +++ src/main.c | ||
| @@ -552,11 +552,11 @@ | ||
| 552 | 552 | "by using:\n" |
| 553 | 553 | "\n %s --args FILENAME ...\n", |
| 554 | 554 | g.argv[0] |
| 555 | 555 | ); |
| 556 | 556 | fossil_print( |
| 557 | - "\nEach line of the file is assumed to be a filename unles it starts\n" | |
| 557 | + "\nEach line of the file is assumed to be a filename unless it starts\n" | |
| 558 | 558 | "with '-' and contains a space, in which case it is assumed to be\n" |
| 559 | 559 | "another flag and is treated as such. --args FILENAME may be used\n" |
| 560 | 560 | "in conjunction with any other flags.\n"); |
| 561 | 561 | fossil_exit(1); |
| 562 | 562 | }else{ |
| 563 | 563 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -552,11 +552,11 @@ | |
| 552 | "by using:\n" |
| 553 | "\n %s --args FILENAME ...\n", |
| 554 | g.argv[0] |
| 555 | ); |
| 556 | fossil_print( |
| 557 | "\nEach line of the file is assumed to be a filename unles it starts\n" |
| 558 | "with '-' and contains a space, in which case it is assumed to be\n" |
| 559 | "another flag and is treated as such. --args FILENAME may be used\n" |
| 560 | "in conjunction with any other flags.\n"); |
| 561 | fossil_exit(1); |
| 562 | }else{ |
| 563 |
| --- src/main.c | |
| +++ src/main.c | |
| @@ -552,11 +552,11 @@ | |
| 552 | "by using:\n" |
| 553 | "\n %s --args FILENAME ...\n", |
| 554 | g.argv[0] |
| 555 | ); |
| 556 | fossil_print( |
| 557 | "\nEach line of the file is assumed to be a filename unless it starts\n" |
| 558 | "with '-' and contains a space, in which case it is assumed to be\n" |
| 559 | "another flag and is treated as such. --args FILENAME may be used\n" |
| 560 | "in conjunction with any other flags.\n"); |
| 561 | fossil_exit(1); |
| 562 | }else{ |
| 563 |