mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
Add the -V
option to print the version number.
This commit is contained in:
parent
7e0d1938f9
commit
abf68be7a4
2 changed files with 14 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue