summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorBob Weinand <bobwei9@hotmail.com>2013-12-18 07:11:37 -0800
committerBob Weinand <bobwei9@hotmail.com>2013-12-18 07:11:37 -0800
commit117d5e38e3908fa73c5831d2794e4292b9550d34 (patch)
treee7d5a55eb6453f362b2a09e8c43f9443d6fcb230 /phpdbg_help.c
parentfc5f533c6f74aa36d7e71278d3cb7240e688a5af (diff)
parentabf68be7a46c53ecc40c2388c7913bf9d2a7da9d (diff)
downloadphp-git-117d5e38e3908fa73c5831d2794e4292b9550d34.tar.gz
Merge pull request #43 from Hywan/option_version
Add the `-V` option to print the version number
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r--phpdbg_help.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c
index b61ad9942b..edb1265955 100644
--- a/phpdbg_help.c
+++ b/phpdbg_help.c
@@ -589,6 +589,7 @@ PHPDBG_HELP(options) /* {{{ */
phpdbg_writeln(" -l\t-l4000\t\t\tSetup remote console ports");
phpdbg_writeln(" -a\t-a192.168.0.3\t\tSetup remote console bind address");
#endif
+ phpdbg_writeln(" -V\tN/A\t\t\tVersion number");
phpdbg_notice("Passing -rr will quit automatically after execution");
#ifndef _WIN32
phpdbg_writeln("Remote Console Mode");