mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Add -P to man (#612)
This commit is contained in:
parent
e47a04865e
commit
f4acf23c15
4
nnn.1
4
nnn.1
|
@ -21,6 +21,7 @@
|
||||||
.Op Ar -l
|
.Op Ar -l
|
||||||
.Op Ar -n
|
.Op Ar -n
|
||||||
.Op Ar -p file
|
.Op Ar -p file
|
||||||
|
.Op Ar -P key
|
||||||
.Op Ar -Q
|
.Op Ar -Q
|
||||||
.Op Ar -r
|
.Op Ar -r
|
||||||
.Op Ar -R
|
.Op Ar -R
|
||||||
|
@ -103,6 +104,9 @@ supports the following options:
|
||||||
.Fl "p file"
|
.Fl "p file"
|
||||||
copy (or \fIpick\fR) selection to file, or stdout if file='-'
|
copy (or \fIpick\fR) selection to file, or stdout if file='-'
|
||||||
.Pp
|
.Pp
|
||||||
|
.Fl "P key"
|
||||||
|
specify plugin key to run
|
||||||
|
.Pp
|
||||||
.Fl Q
|
.Fl Q
|
||||||
disable confirmation on quit with multiple contexts active
|
disable confirmation on quit with multiple contexts active
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in a new issue