Added description for -S flag and --ask-su-pass
This commit is contained in:
parent
ade083a2e3
commit
d052bf8276
1 changed files with 13 additions and 3 deletions
|
@ -94,9 +94,14 @@ to pass to the module\&.
|
||||||
Prompt for the SSH password instead of assuming key\-based authentication with ssh\-agent\&.
|
Prompt for the SSH password instead of assuming key\-based authentication with ssh\-agent\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
|
\fB--ask-su-pass\fR
|
||||||
|
.RS 4
|
||||||
|
Prompt for the su password instead of assuming key\-based authentication with ssh\-agent\&.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
\fB\-K\fR, \fB\-\-ask\-sudo\-pass\fR
|
\fB\-K\fR, \fB\-\-ask\-sudo\-pass\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Prompt for the password to use with \-\-sudo, if any
|
Prompt for the password to use with \-\-sudo, if any\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-o\fR, \fB\-\-one\-line\fR
|
\fB\-o\fR, \fB\-\-one\-line\fR
|
||||||
|
@ -106,7 +111,12 @@ Try to output everything on one line\&.
|
||||||
.PP
|
.PP
|
||||||
\fB\-s\fR, \fB\-\-sudo\fR
|
\fB\-s\fR, \fB\-\-sudo\fR
|
||||||
.RS 4
|
.RS 4
|
||||||
Run the command as the user given by \-u and sudo to root\&.
|
Run the command as the user given by \-u and sudo to root.
|
||||||
|
.RE
|
||||||
|
.PP
|
||||||
|
\fB\-S\fR, \fB\-\-su\fR
|
||||||
|
.RS 4
|
||||||
|
Run operations with su\&.
|
||||||
.RE
|
.RE
|
||||||
.PP
|
.PP
|
||||||
\fB\-t\fR \fIDIRECTORY\fR, \fB\-\-tree=\fR\fIDIRECTORY\fR
|
\fB\-t\fR \fIDIRECTORY\fR, \fB\-\-tree=\fR\fIDIRECTORY\fR
|
||||||
|
|
Loading…
Reference in a new issue