projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4166236
)
(main): Prepend `warning: ' to the diagnostic, so it's
author
Jim Meyering
<jim@meyering.net>
Sat, 2 Feb 2002 09:54:38 +0000
(09:54 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/src/uniq.c
b/src/uniq.c
index 26e2b75014c6b4f6a9f2398fe655dcd1b0d7551a..a02c928851b2653e97549dfce82320b6b173661e 100644
(file)
--- a/
src/uniq.c
+++ b/
src/uniq.c
@@
-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)