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



Reply via email to