]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
cp,mv: align the descriptions of long options
authorMasatake YAMATO <yamato@redhat.com>
Sat, 12 Oct 2024 16:28:10 +0000 (01:28 +0900)
committerPádraig Brady <P@draigBrady.com>
Sat, 12 Oct 2024 16:47:13 +0000 (17:47 +0100)
* src/cp.c (usage): Adjust white spaces for --update.
* src/mv.c (usage): Ditto.
Fixes https://bugs.gnu.org/73772

src/cp.c
src/mv.c

index 1c4fd5c20cc65e89a1e59466bfcfb5be2a78c90b..127b5603fdd4cf04b6cfc46f78f5ce68470febf7 100644 (file)
--- 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);
index 806cb3a1128795922a33dc71065444cf19c6b8c3..490c99c23b015367a55f7c38821c4800b19c2468 100644 (file)
--- 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);