emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#10369: closed (coreutils: [PATCH] chmod.c usage()


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#10369: closed (coreutils: [PATCH] chmod.c usage() order items alphabetically)
Date: Mon, 26 Dec 2011 10:23:01 +0000

Your message dated Mon, 26 Dec 2011 10:20:03 +0000
with message-id <address@hidden>
and subject line Re: bug#10369: coreutils: [PATCH] chmod.c usage() order items 
alphabetically
has caused the debbugs.gnu.org bug report #10369,
regarding coreutils: [PATCH] chmod.c usage() order items alphabetically
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
10369: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10369
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: coreutils: [PATCH] chmod.c usage() order items alphabetically Date: Sun, 25 Dec 2011 18:36:03 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)
The following patch is against Git 6e3299f (2011-12-22). The patch makes
chmod similar to cp(1), mv(1) whose manual page lists options in
alphabetical order.

2011-12-25  Jari Aalto  <address@hidden>

        * chmod.c (usage): order options alphabetically.

>From 2b5d42b0e19e6a6b73e2af3323ee4db6129ee72e Mon Sep 17 00:00:00 2001
From: Jari Aalto <address@hidden>
Date: Sun, 25 Dec 2011 18:30:20 +0200
Subject: [PATCH] src/chmod.c: (usage): order options alphabetically
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit


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

diff --git a/src/chmod.c b/src/chmod.c
index 6fec84a..411fd6e 100644
--- a/src/chmod.c
+++ b/src/chmod.c
@@ -379,16 +379,12 @@ Usage: %s [OPTION]... MODE[,MODE]... FILE...\n\
 Change the mode of each FILE to MODE.\n\
 \n\
   -c, --changes           like verbose but report only when a change is made\n\
-"), stdout);
-      fputs (_("\
+  -f, --silent, --quiet   suppress most error messages\n\
       --no-preserve-root  do not treat `/' specially (the default)\n\
       --preserve-root     fail to operate recursively on `/'\n\
-"), stdout);
-      fputs (_("\
-  -f, --silent, --quiet   suppress most error messages\n\
-  -v, --verbose           output a diagnostic for every file processed\n\
-      --reference=RFILE   use RFILE's mode instead of MODE values\n\
   -R, --recursive         change files and directories recursively\n\
+      --reference=RFILE   use RFILE's mode instead of MODE values\n\
+  -v, --verbose           output a diagnostic for every file processed\n\
 "), stdout);
       fputs (HELP_OPTION_DESCRIPTION, stdout);
       fputs (VERSION_OPTION_DESCRIPTION, stdout);
-- 
1.7.7.3


--- End Message ---
--- Begin Message --- Subject: Re: bug#10369: coreutils: [PATCH] chmod.c usage() order items alphabetically Date: Mon, 26 Dec 2011 10:20:03 +0000 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20110816 Thunderbird/6.0
On 12/25/2011 04:36 PM, Jari Aalto wrote:
> 
> The following patch is against Git 6e3299f (2011-12-22). The patch makes
> chmod similar to cp(1), mv(1) whose manual page lists options in
> alphabetical order.
> 
> 2011-12-25  Jari Aalto  <address@hidden>
> 
>       * chmod.c (usage): order options alphabetically.
> 

chcon, chgrp need the same adjustment.
Note I'd prefer to keep -R and -v together
as they're more general than --ref and
can use the same translations.

I'll make those adjustments and commit.

cheers,
Pádraig.


--- End Message ---

reply via email to

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