summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2003-02-11 20:31:34 +0000
committerMarcus Boerger <helly@php.net>2003-02-11 20:31:34 +0000
commit7fec2a3856209cd62bc5d2b2578a7d63f148fa58 (patch)
tree061d063c4c484f94bf8168a5679f16dc5d50a225
parente92f8f64e3d086393052e3abc6f1b005304ac6e5 (diff)
downloadphp-git-7fec2a3856209cd62bc5d2b2578a7d63f148fa58.tar.gz
Document -H added by Ilia
-rw-r--r--sapi/cli/php.15
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