From e431d6a1c977d9f24b1ffe44ac450c342ca4fd99 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Fri, 25 Oct 2002 09:32:32 +0000 Subject: - alphabetical output for php -h (cli) --- sapi/cli/php_cli.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'sapi/cli/php_cli.c') diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c index a652052100..c96d2d56a3 100644 --- a/sapi/cli/php_cli.c +++ b/sapi/cli/php_cli.c @@ -262,20 +262,20 @@ static void php_cli_usage(char *argv0) php_printf( "Usage: %s [options] [-f] [args...]\n" " %s [options] -r [args...]\n" " %s [options] [-- args...]\n" - " -s Display colour syntax highlighted source.\n" - " -w Display source with stripped comments and whitespace.\n" - " -f Parse .\n" - " -v Version number\n" - " -c | Look for php.ini file in this directory\n" " -a Run interactively\n" + " -c | Look for php.ini file in this directory\n" " -d foo[=bar] Define INI entry foo with value 'bar'\n" " -e Generate extended information for debugger/profiler\n" - " -z Load Zend extension .\n" + " -f Parse .\n" + " -h This help\n" + " -i PHP information\n" " -l Syntax check only (lint)\n" " -m Show compiled in modules\n" - " -i PHP information\n" " -r Run PHP without using script tags \n" - " -h This help\n" + " -s Display colour syntax highlighted source.\n" + " -v Version number\n" + " -w Display source with stripped comments and whitespace.\n" + " -z Load Zend extension .\n" "\n" " args... Arguments passed to script. Use -- args when first argument \n" " starts with - or script is read from stdin\n" -- cgit v1.2.1