]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(Formatting the file names): Document
authorJim Meyering <jim@meyering.net>
Mon, 22 Jul 2002 19:58:29 +0000 (19:58 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 22 Jul 2002 19:58:29 +0000 (19:58 +0000)
that -N/--literal are equivalent to --quoting-style=literal.
Reported by Oskar Liljeblad as Debian bug#103612.

doc/coreutils.texi

index 72d6265f1b8326565cde6023539d98bfadd18b72..0505adfa95883d663928e4116c32052e3e15d479 100644 (file)
@@ -5490,8 +5490,10 @@ backslash sequences like those used in C.
 
 @item -N
 @itemx --literal
+@itemx --quoting-style=literal
 @opindex -N
 @opindex --literal
+@opindex --quoting-style
 Do not quote file names.
 
 @item -q
@@ -5518,7 +5520,8 @@ Use style @var{word} to quote output names.  The @var{word} should
 be one of the following:
 @table @samp
 @item literal
-Output names as-is.
+Output names as-is; this is the same as the @option{-N} or
+@option{--literal} option.
 @item shell
 Quote names for the shell if they contain shell metacharacters or would
 cause ambiguous output.