From d641a6ad5db56ffab909904faccaa8e5e3fd9a0e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 30 May 2006 06:22:16 +0000 Subject: [PATCH] (usage): Add `v' to the list of sorting-related options. From Justin Pryzby. --- src/ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ls.c b/src/ls.c index 3eb78684e3..b2a74c8a15 100644 --- a/src/ls.c +++ b/src/ls.c @@ -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 (_("\ -- 2.47.2