]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Tweak descriptions of -i and -f so that the
authorJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 05:04:29 +0000 (05:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 18 Oct 2003 05:04:29 +0000 (05:04 +0000)
generated `man' page is more readable.  Suggestion from Dan Jacobson.

src/mv.c

index edc4ad8194b14d6b7d6e2a913cb072e9ce151984..a1b6719cc8ed58229b1f574ad2733698e45ecc4e 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -321,9 +321,9 @@ Mandatory arguments to long options are mandatory for short options too.\n\
       --backup[=CONTROL]       make a backup of each existing destination file\n\
   -b                           like --backup but does not accept an argument\n\
   -f, --force                  do not prompt before overwriting\n\
-                                 equivalent to --reply=yes\n\
+                                 (equivalent to --reply=yes)\n\
   -i, --interactive            prompt before overwrite\n\
-                                 equivalent to --reply=query\n\
+                                 (equivalent to --reply=query)\n\
 "), stdout);
       fputs (_("\
       --reply={yes,no,query}   specify how to handle the prompt about an\n\