GNU bug report logs -
#73772
[PATCH] cp,mv: align the descriptions of long options
Previous Next
Reported by: Masatake YAMATO <yamato <at> redhat.com>
Date: Sat, 12 Oct 2024 16:31:01 UTC
Severity: normal
Tags: patch
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 73772 in the body.
You can then email your comments to 73772 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#73772
; Package
coreutils
.
(Sat, 12 Oct 2024 16:31:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Masatake YAMATO <yamato <at> redhat.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Sat, 12 Oct 2024 16:31:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* src/cp.c (usage): Adjust white spaces for --update.
* src/mv.c (usage): Ditto.
---
src/cp.c | 2 +-
src/mv.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/cp.c b/src/cp.c
index 1c4fd5c20..127b5603f 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -227,7 +227,7 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\
-T, --no-target-directory treat DEST as a normal file\n\
"), stdout);
fputs (_("\
- --update[=UPDATE] control which existing files are updated;\n\
+ --update[=UPDATE] control which existing files are updated;\n\
UPDATE={all,none,none-fail,older(default)}\n\
-u equivalent to --update[=older]. See below\n\
"), stdout);
diff --git a/src/mv.c b/src/mv.c
index 806cb3a11..490c99c23 100644
--- a/src/mv.c
+++ b/src/mv.c
@@ -294,7 +294,7 @@ If you specify more than one of -i, -f, -n, only the final one takes effect.\n\
-T, --no-target-directory treat DEST as a normal file\n\
"), stdout);
fputs (_("\
- --update[=UPDATE] control which existing files are updated;\n\
+ --update[=UPDATE] control which existing files are updated;\n\
UPDATE={all,none,none-fail,older(default)}\n\
-u equivalent to --update[=older]. See below\n\
"), stdout);
--
2.46.2
Reply sent
to
Pádraig Brady <P <at> draigBrady.com>
:
You have taken responsibility.
(Sat, 12 Oct 2024 16:51:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Masatake YAMATO <yamato <at> redhat.com>
:
bug acknowledged by developer.
(Sat, 12 Oct 2024 16:51:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 73772-done <at> debbugs.gnu.org (full text, mbox):
On 12/10/2024 17:28, Masatake YAMATO wrote:
> * src/cp.c (usage): Adjust white spaces for --update.
> * src/mv.c (usage): Ditto.
> ---
> src/cp.c | 2 +-
> src/mv.c | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/cp.c b/src/cp.c
> index 1c4fd5c20..127b5603f 100644
> --- a/src/cp.c
> +++ b/src/cp.c
> @@ -227,7 +227,7 @@ Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n\
> -T, --no-target-directory treat DEST as a normal file\n\
> "), stdout);
> fputs (_("\
> - --update[=UPDATE] control which existing files are updated;\n\
> + --update[=UPDATE] control which existing files are updated;\n\
> UPDATE={all,none,none-fail,older(default)}\n\
> -u equivalent to --update[=older]. See below\n\
> "), stdout);
> diff --git a/src/mv.c b/src/mv.c
> index 806cb3a11..490c99c23 100644
> --- a/src/mv.c
> +++ b/src/mv.c
> @@ -294,7 +294,7 @@ If you specify more than one of -i, -f, -n, only the final one takes effect.\n\
> -T, --no-target-directory treat DEST as a normal file\n\
> "), stdout);
> fputs (_("\
> - --update[=UPDATE] control which existing files are updated;\n\
> + --update[=UPDATE] control which existing files are updated;\n\
> UPDATE={all,none,none-fail,older(default)}\n\
> -u equivalent to --update[=older]. See below\n\
> "), stdout);
Pushed.
thanks!
Pádraig
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 10 Nov 2024 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 281 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.