From 072b27d4d2dffefe7c7f1d3143b5e05c50eb4ed7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Nov 2001 20:29:56 +0000 Subject: (usage): Note that ``Mandatory arguments to long options are mandatory for short options too.'' --- src/ls.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index 2a332c15c..deaac8776 100644 --- a/src/ls.c +++ b/src/ls.c @@ -3565,6 +3565,11 @@ usage (int status) List information about the FILEs (the current directory by default).\n\ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ \n\ +"), stdout); + fputs (_("\ +Mandatory arguments to long options are mandatory for short options too.\n\ +"), stdout); + fputs (_("\ -a, --all do not hide entries starting with .\n\ -A, --almost-all do not list implied . and ..\n\ -b, --escape print octal escapes for nongraphic characters\n\ -- cgit v1.2.3-54-g00ecf