diff options
author | Bob Weinand <bobwei9@hotmail.com> | 2015-06-28 22:23:50 +0200 |
---|---|---|
committer | Bob Weinand <bobwei9@hotmail.com> | 2015-06-29 01:00:12 +0200 |
commit | 9f77c44d47cc9727865473684d8914153bf53b40 (patch) | |
tree | bdb2c6290b18b910dc6332140ee3486d9df2ef4b /sapi/phpdbg/phpdbg_help.c | |
parent | f30503ce4e0482d638a2561ca3ddc6e1291a104a (diff) | |
download | php-git-9f77c44d47cc9727865473684d8914153bf53b40.tar.gz |
Remove now unneeded step option (-s)
Diffstat (limited to 'sapi/phpdbg/phpdbg_help.c')
-rw-r--r-- | sapi/phpdbg/phpdbg_help.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/phpdbg/phpdbg_help.c b/sapi/phpdbg/phpdbg_help.c index c512bb3ff3..c2744b9b68 100644 --- a/sapi/phpdbg/phpdbg_help.c +++ b/sapi/phpdbg/phpdbg_help.c @@ -378,7 +378,6 @@ phpdbg_help_text_t phpdbg_help_text[] = { " **-n** Disable default php.ini" CR " **-q** Suppress welcome banner" CR " **-v** Enable oplog output" CR -" **-s** Enable stepping" CR " **-b** Disable colour" CR " **-i** **-i**my.init Set .phpdbginit file" CR " **-I** Ignore default .phpdbginit" CR |