diff options
author | NRK <nrk@disroot.org> | 2021-09-21 12:01:44 +0600 |
---|---|---|
committer | Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr> | 2021-09-21 23:37:59 +0300 |
commit | 1f69a05abc06ecedb75fd3a1fc49ef8648369f04 (patch) | |
tree | 8ac4b8b5ab262819fdc13b1652029fdeda20ed08 | |
parent | c093eae9712e79cba958ab49457b4f2912fd95d7 (diff) |
document new -0 option in manpage
-rw-r--r-- | nsxiv.1 | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,7 @@ nsxiv \- Simple X Image Viewer .SH SYNOPSIS .B nsxiv -.RB [ \-abcfhiopqrtvZ ] +.RB [ \-abcfhi0opqrtvZ ] .RB [ \-A .IR FRAMERATE ] .RB [ \-e @@ -88,6 +88,10 @@ Print brief usage information to standard output and exit. .B \-i Read names of files to open from standard input. Also done if FILE is `-'. .TP +.B \-0 +Same as \-o, however the marked files are NULL separated. This option implies +\-o. +.TP .B \-o Write list of all marked files to standard output when quitting. In combination with |