diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-02 18:41:12 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-02 18:41:12 +0000 |
commit | 967e54a1e1897d9a97c11d6a868de5853beb5d94 (patch) | |
tree | e66023d5bfb28af230a94468671998516a17d2a9 /doc | |
parent | 77be207a5759e1cc0e0f5ede7c149e1116621902 (diff) | |
download | coreutils-967e54a1e1897d9a97c11d6a868de5853beb5d94.tar.xz |
(ls invocation): ls --indicator-style=directory
renamed to ls --indicator-style=slash, to avoid confusion with ls
--directory.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index e8b17289e..e968afa39 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 |