summaryrefslogtreecommitdiff
path: root/phpdbg_help.c
diff options
context:
space:
mode:
authorIvan Enderlin <ivan.enderlin@hoa-project.net>2013-12-18 15:12:28 +0100
committerIvan Enderlin <ivan.enderlin@hoa-project.net>2013-12-18 16:05:11 +0100
commitabf68be7a46c53ecc40c2388c7913bf9d2a7da9d (patch)
tree82077062c37849dca35abdd580f473b9d5429b84 /phpdbg_help.c
parent7e0d1938f9e875a96284c217f28a2e7a1995539d (diff)
downloadphp-git-abf68be7a46c53ecc40c2388c7913bf9d2a7da9d.tar.gz
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 fb2e9b71f3..61a62f15fb 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");