diff options
author | krakjoe <joe.watkins@live.co.uk> | 2014-04-21 21:24:41 +0100 |
---|---|---|
committer | krakjoe <joe.watkins@live.co.uk> | 2014-04-21 21:24:41 +0100 |
commit | 0873f2bfb4f8ad0ecd5f4ae7805828ed34bc1565 (patch) | |
tree | 6a9287b6a53a83f4fb99312f7bcc384c083f0d85 /phpdbg_help.c | |
parent | f96feea00c112bc1bec3e7b677218f4b487d1152 (diff) | |
download | php-git-0873f2bfb4f8ad0ecd5f4ae7805828ed34bc1565.tar.gz |
remove -e option in favour of taking script from argv[]
Diffstat (limited to 'phpdbg_help.c')
-rw-r--r-- | phpdbg_help.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpdbg_help.c b/phpdbg_help.c index 2a6f9e82b6..f912f46787 100644 --- a/phpdbg_help.c +++ b/phpdbg_help.c @@ -361,7 +361,6 @@ phpdbg_help_text_t phpdbg_help_text[] = { " **-d** **-d**memory_limit=4G Set a php.ini directive" CR " **-n** Disable default php.ini" CR " **-q** Supress welcome banner" CR -" **-e** **-e**mytest.php Set execution context" CR " **-v** Enable oplog output" CR " **-s** Enable stepping" CR " **-b** Disable colour" CR |