aboutsummaryrefslogtreecommitdiff
path: root/walk.1
diff options
context:
space:
mode:
Diffstat (limited to 'walk.1')
-rw-r--r--walk.19
1 files changed, 9 insertions, 0 deletions
diff --git a/walk.1 b/walk.1
index 8fab5ea..da2510f 100644
--- a/walk.1
+++ b/walk.1
@@ -16,12 +16,21 @@
walk \- walk file system
.SH SYNOPSIS
.B walk
+.RI [\| OPTION ...\]
.RI [\| DIRECTORY ...\]
.SH DESCRIPTION
Recursively list the specified
.I DIRECTORY
(or directories). Recursively list the current directory if no directory is
specified.
+.SH OPTIONS
+.TP
+\fB-0, --null\fP
+Terminate output filenames using the null character \fB\\0\fP instead of newlines.
+Suitable for use with \fBsor -0\fP.
+.TP
+\fB--help\fP
+Print a summary of the usage of \fBwalk\fP and exit.
.SH "EXIT STATUS"
.BR walk 's
exit status is a bitmask indicating errors that occurred.