aboutsummaryrefslogtreecommitdiff
path: root/sor.1
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2019-09-20 09:09:52 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-09-20 09:09:52 -0400
commit729c3d91674614bdfd89aefc31891fa2be1262fd (patch)
treef76fb6f342f5b3f66206a98eb3d35fa0ba3f4b0a /sor.1
parenta80f05dfd7ec9bffc17d0c30309385eda9dadf6d (diff)
man: Escape hyphens
Diffstat (limited to 'sor.1')
-rw-r--r--sor.16
1 files changed, 3 insertions, 3 deletions
diff --git a/sor.1 b/sor.1
index ff311ca..0e15f0c 100644
--- a/sor.1
+++ b/sor.1
@@ -25,12 +25,12 @@ snippet with the path as the first argument. Print the path to standard output
if any of the snippets exits with status 0.
.SH OPTIONS
.TP
-\fB-0, --null\fP
+\fB\-0, \-\-null\fP
Filenames are terminated using the null character \fB\\0\fP instead of
newlines, for both input and output.
-Suitable for use with \fBwalk -0\fP.
+Suitable for use with \fBwalk \-0\fP.
.TP
-\fB--help\fP
+\fB\-\-help\fP
Print a summary of the usage of \fBsor\fP and exit.
.SH EXAMPLE
.EX