(main): Prepend `warning: ' to the diagnostic, so it's

consistent with all of the other `... is obsolete...' diagnostics.
This commit is contained in:
Jim Meyering
2002-02-02 09:54:38 +00:00
parent 4166236b53
commit 7278cc2e51
+1 -1
View File
@@ -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)