From 7fec2a3856209cd62bc5d2b2578a7d63f148fa58 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 11 Feb 2003 20:31:34 +0000 Subject: [PATCH] Document -H added by Ilia --- sapi/cli/php.1 | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.50.1