From 0a94dbed5322a1f3a22449a25dfead11f9722d37 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 8 Jun 1995 01:34:04 +0000 Subject: [PATCH] added -p option --- sudo.man | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sudo.man b/sudo.man index 9d8f166e4..1fd7b0ba6 100644 --- a/sudo.man +++ b/sudo.man @@ -15,7 +15,9 @@ sudo \- execute a command as the superuser .B \-k | .B \-b -| +| [ +.B \-p +prompt ] .I command .SH DESCRIPTION .B sudo @@ -199,6 +201,9 @@ The \-b (background) option tells .B sudo to run the given command in the background. Note that if you use the \-b option you cannot use shell job control to manipulate the command. +.IP \-p +The \-p (prompt) option allows you to override the default password +prompt and use a custom one. .SH RETURN VALUES .B sudo quits with an exit value of 1 if there is a configuration/permission problem -- 2.40.0