diff options
author | Dan Jacobson <jidanni@jidanni.org> | 2008-02-12 09:18:11 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-02-17 08:53:28 +0100 |
commit | 7dc26da47c9e01dc89fef9837219cdca1e9bbce6 (patch) | |
tree | 8bcdecc67e9b878f8a937454f640aec8d9461805 /src | |
parent | 526e43a1c29c2ed9b12b2f8c0173fc09bbe4061e (diff) | |
download | coreutils-7dc26da47c9e01dc89fef9837219cdca1e9bbce6.tar.xz |
ls: Improve description of --group-directories-first.
* src/ls.c (usage) [--group-directories-first]: Improve description.
* doc/coreutils.texi (Which files are listed): Likewise.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4350,7 +4350,9 @@ Mandatory arguments to long options are mandatory for short options too.\n\ "), stdout); fputs (_("\ --group-directories-first\n\ - group directories before files\n\ + group directories before files.\n\ + augment with a --sort option, but any\n\ + use of --sort=none (-U) disables grouping\n\ "), stdout); fputs (_("\ -G, --no-group in a long listing, don't print group names\n\ |