bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] src/ls.c: (usage): Move -1 option to the beginning


From: Jari Aalto
Subject: [PATCH] src/ls.c: (usage): Move -1 option to the beginning
Date: Tue, 23 Oct 2007 20:43:36 +0300
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (windows-nt)

Signed-off-by: Jari Aalto <address@hidden>
---
 src/ls.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

 Options like -1, -2, -3 are traditionaly at the beginning.
 See e.g. ssh(1).

diff --git a/src/ls.c b/src/ls.c
index 946e711..7bd1c38 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -4337,6 +4337,7 @@ Sort entries alphabetically if none of -cftuvSUX nor 
--sort.\n\
 Mandatory arguments to long options are mandatory for short options too.\n\
 "), stdout);
       fputs (_("\
+  -1                         list one file per line\n\
   -a, --all                  do not ignore entries starting with .\n\
   -A, --almost-all           do not list implied . and ..\n\
       --author               with -l, print the author of each file\n\
@@ -4458,7 +4459,6 @@ Mandatory arguments to long options are mandatory for 
short options too.\n\
   -x                         list entries by lines instead of by columns\n\
   -X                         sort alphabetically by entry extension\n\
   -Z, --context              print any SELinux security context of each file\n\
-  -1                         list one file per line\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
-- 
1.5.3.4


-- 
Welcome to FOSS revolution: we fix and modify until it shines





reply via email to

[Prev in Thread] Current Thread [Next in Thread]