diff options
author | Jérémy Compostella <jeremy.compostella@gmail.com> | 2012-03-09 16:05:20 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2012-03-09 15:27:48 +0000 |
commit | 94c21417fe88d5e8944da5c686b381b2e9e9a028 (patch) | |
tree | 6bd0acfab1dcf2644a8c7bbe8d0863d9a218ab5f /doc | |
parent | 73f9879ce22c49e9dd6788c68b844c7e4c205335 (diff) | |
download | coreutils-94c21417fe88d5e8944da5c686b381b2e9e9a028.tar.xz |
doc: add missing documentation for basename -z
doc/coreutils.texi (basename invocation): Add -z option documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 967023e25..cce9432bd 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -12466,6 +12466,12 @@ With this, an optional @var{suffix} must be specified using the Remove a trailing @var{suffix}. This option implies the @option{-a} option. +@item -z +@itemx --zero +@opindex -z +@opindex --zero +Separate output items with @sc{nul} characters. + @end table @exitstatus |