diff options
author | Jim Meyering <jim@meyering.net> | 2006-05-30 06:22:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-05-30 06:22:16 +0000 |
commit | d641a6ad5db56ffab909904faccaa8e5e3fd9a0e (patch) | |
tree | 51a3b384ebc8d2b6eef072ab470c633f40f40ad1 /src | |
parent | 90407bb522614258f4618d68670345bd55ad1b24 (diff) | |
download | coreutils-d641a6ad5db56ffab909904faccaa8e5e3fd9a0e.tar.xz |
(usage): Add `v' to the list of sorting-related options.
From Justin Pryzby.
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4197,7 +4197,7 @@ usage (int status) printf (_("Usage: %s [OPTION]... [FILE]...\n"), program_name); fputs (_("\ List information about the FILEs (the current directory by default).\n\ -Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ +Sort entries alphabetically if none of -cftuvSUX nor --sort.\n\ \n\ "), stdout); fputs (_("\ |