diff options
Diffstat (limited to 'sapi/cli/php.1')
-rw-r--r-- | sapi/cli/php.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sapi/cli/php.1 b/sapi/cli/php.1 index 037e30b98d..6235c394b1 100644 --- a/sapi/cli/php.1 +++ b/sapi/cli/php.1 @@ -128,6 +128,11 @@ Parse and execute .B \-h This help .TP +.B \-H +Hide script name (\fIfile\fP) and parameters (\fIargs\.\.\.\fP) from external +tools. For example you may want to use this when a php script is started as +a daemon and the command line contains sensitive data such as passwords. +.TP .B \-i PHP information and configuration .TP |