From: Paul Eggert Date: Mon, 2 May 2005 18:41:12 +0000 (+0000) Subject: (ls invocation): ls --indicator-style=directory X-Git-Tag: CPPI-1_12~879 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=967e54a1e1897d9a97c11d6a868de5853beb5d94;p=thirdparty%2Fcoreutils.git (ls invocation): ls --indicator-style=directory renamed to ls --indicator-style=slash, to avoid confusion with ls --directory. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index e8b17289e8..e968afa39d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5903,7 +5903,7 @@ as follows: @table @samp @item none Do not append any character indicator; this is the default. -@item directory +@item slash Append @samp{/} for directories. This is the same as the @option{-p} option. @item file-type @@ -5931,7 +5931,7 @@ List files horizontally, with as many as will fit on each line, separated by @samp{, } (a comma and a space). @item -p -@itemx --indicator-style=directory +@itemx --indicator-style=slash @opindex -p @opindex --indicator-style @cindex file type, marking