(main): Prepend `warning: ' to the diagnostic, so it's
authorJim Meyering <jim@meyering.net>
Sat, 2 Feb 2002 09:54:38 +0000 (09:54 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 2 Feb 2002 09:54:38 +0000 (09:54 +0000)
consistent with all of the other `... is obsolete...' diagnostics.

src/uniq.c

index 26e2b75014c6b4f6a9f2398fe655dcd1b0d7551a..a02c928851b2653e97549dfce82320b6b173661e 100644 (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)