diff options
| author | foobar <sniper@php.net> | 2001-03-05 15:08:36 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2001-03-05 15:08:36 +0000 |
| commit | 356fc41a0a7d98c60fe58ae9a5b92d5332c9c180 (patch) | |
| tree | 2554182314d5576dbcd69575e1434e8167427fd6 | |
| parent | 0ac039536fd6e0877c29244a222bf56ac70d9e13 (diff) | |
| download | php-git-356fc41a0a7d98c60fe58ae9a5b92d5332c9c180.tar.gz | |
Fix help text for -f
| -rw-r--r-- | sapi/cgi/cgi_main.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index d783df6d6c..82cd51d561 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -241,13 +241,10 @@ static void php_cgi_usage(char *argv0) prog = "php"; } - php_printf("Usage: %s [-q] [-h]" - " [-s]" - " [-v] [-i] [-f <file>] | " - "{<file> [args...]}\n" + php_printf("Usage: %s [-q] [-h] [-s [-v] [-i] [-f <file>] | {<file> [args...]}\n" " -q Quiet-mode. Suppress HTTP Header output.\n" " -s Display colour syntax highlighted source.\n" - " -f<file> Parse <file>. Implies `-q'\n" + " -f <file> Parse <file>. Implies `-q'\n" " -v Version number\n" " -c<path> Look for php.ini file in this directory\n" #if SUPPORT_INTERACTIVE |
