diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-14 23:28:13 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-12-14 23:28:13 +0530 |
commit | 208a6605f55474abb1ba45296749177752895f5f (patch) | |
tree | 22411edb3dc9869700e6274c24b66d5c9a7a1acc /nnn.1 | |
parent | d58ab38c52f4cf8d8e460cd35bc3c2665de3ecbe (diff) | |
download | nnn-208a6605f55474abb1ba45296749177752895f5f.tar.gz |
Fix #402
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -18,6 +18,7 @@ .Op Ar -K .Op Ar -n .Op Ar -p file +.Op Ar -Q .Op Ar -r .Op Ar -R .Op Ar -S @@ -82,6 +83,9 @@ supports the following options: .Fl "p file" copy (or \fIpick\fR) selection to file, or stdout if file='-' .Pp +.Fl Q + disable confirmation when quitting program with multiple active contexts +.Pp .Fl r show cp, mv progress (Linux-only, needs advcpmv; '^T' shows the progress on BSD/macOS) .Pp |