diff options
author | Jim Meyering <jim@meyering.net> | 2004-03-10 17:53:50 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-03-10 17:53:50 +0000 |
commit | 11a0405450056e265db7cea1ba822316f8e6a2a5 (patch) | |
tree | 87b17967bb37c85d9764ff6e8e72a0c5abfa00fb | |
parent | 927a52d5774872f2fd898f245f5153ea8f707745 (diff) | |
download | coreutils-11a0405450056e265db7cea1ba822316f8e6a2a5.tar.xz |
(Sorting the output): Remove description of
ls's --sort=directory option. ls doesn't accept that option, yet.
-rw-r--r-- | doc/coreutils.texi | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index caac0416d..1499af9b4 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -5524,11 +5524,6 @@ were specified before the @option{-f}). Reverse whatever the sorting method is---e.g., list files in reverse alphabetical order, youngest first, smallest first, or whatever. -@itemx --sort=directory -@opindex --sort -@opindex directories@r{, sorting files by} -Show directories first, then other files. - @item -S @itemx --sort=size @opindex -S |