All,

The basename -z option documentation is missing.

The attached patch provides it.

Cheers,

Jérémy

>From e8af1a48e79e6da2d46a1a60e71f18cdc2bd56a3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Compostella?= <[email protected]>
Date: Fri, 9 Mar 2012 16:05:20 +0100
Subject: [PATCH] basename: add -z option missing documentation

doc/coreutils.texi (basename invocation): add -z option documentation.
---
 doc/coreutils.texi |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/doc/coreutils.texi b/doc/coreutils.texi
index 967023e..cce9432 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
-- 
1.7.2.5

Reply via email to