]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: update out of date confusing comments
authorPádraig Brady <P@draigBrady.com>
Sun, 1 Sep 2013 17:40:26 +0000 (18:40 +0100)
committerPádraig Brady <P@draigBrady.com>
Sun, 1 Sep 2013 17:44:04 +0000 (18:44 +0100)
* src/copy.c (copy_internal): Change mention of the removed --reply=no
option, to the similar in this context --no-clobber.
* src/sort.c: SI and IEC suffixes can now be mixed when --human-numeric.

src/copy.c
src/sort.c

index f0cebb1b1ad2a9127053c63d725de8826c3e4bcb..f66ab464658c47e150cb04a823f7a4de77a82574 100644 (file)
@@ -1762,7 +1762,7 @@ copy_internal (char const *src_name, char const *dst_name,
              returning early, and hence not copying/moving the file.
              This may be due to an interactive 'negative' reply to the
              prompt about the existing file.  It may also be due to the
-             use of the --reply=no option.
+             use of the --no-clobber option.
 
              cp and mv treat -i and -f differently.  */
           if (x->move_mode)
index 062b5f946fd4cd08dd4ac04c7cc135a2b0f366cf..bb4e3136ed3c4bc44a8efba45f9c4d44c0c99c5c 100644 (file)
@@ -221,7 +221,7 @@ struct keyfield
   bool general_numeric;                /* Flag for general, numeric comparison.
                                    Handle numbers in exponential notation. */
   bool human_numeric;          /* Flag for sorting by human readable
-                                   units with either SI xor IEC prefixes. */
+                                   units with either SI or IEC prefixes. */
   bool month;                  /* Flag for comparison by month name. */
   bool reverse;                        /* Reverse the sense of comparison. */
   bool version;                        /* sort by version number */