mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-29 20:15:48 -04:00
(main): Prepend `warning: ' to the diagnostic, so it's
consistent with all of the other `... is obsolete...' diagnostics.
This commit is contained in:
+1
-1
@@ -537,7 +537,7 @@ main (int argc, char **argv)
|
||||
}
|
||||
|
||||
if (OBSOLETE_OPTION_WARNINGS && obsolete_skip_fields)
|
||||
error (0, 0, _("`uniq -%lu' is obsolete; use `uniq -f %lu'"),
|
||||
error (0, 0, _("warning: `uniq -%lu' is obsolete; use `uniq -f %lu'"),
|
||||
(unsigned long) skip_fields, (unsigned long) skip_fields);
|
||||
|
||||
if (countmode == count_occurrences && mode == output_all_repeated)
|
||||
|
||||
Reference in New Issue
Block a user