diff options
author | Marcus Boerger <helly@php.net> | 2003-02-11 20:31:34 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2003-02-11 20:31:34 +0000 |
commit | 7fec2a3856209cd62bc5d2b2578a7d63f148fa58 (patch) | |
tree | 061d063c4c484f94bf8168a5679f16dc5d50a225 | |
parent | e92f8f64e3d086393052e3abc6f1b005304ac6e5 (diff) | |
download | php-git-7fec2a3856209cd62bc5d2b2578a7d63f148fa58.tar.gz |
Document -H added by Ilia
-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 |