mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-07-28 11:29:09 +02:00
(Formatting the file names): Document
that -N/--literal are equivalent to --quoting-style=literal. Reported by Oskar Liljeblad as Debian bug#103612.
This commit is contained in:
+4
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user