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:
bd77322
)
(usage): Remove space before newline in usage message.
author
Jim Meyering
<jim@meyering.net>
Fri, 5 Jul 1996 02:28:29 +0000
(
02:28
+0000)
committer
Jim Meyering
<jim@meyering.net>
Fri, 5 Jul 1996 02:28:29 +0000
(
02:28
+0000)
src/uniq.c
patch
|
blob
|
history
diff --git
a/src/uniq.c
b/src/uniq.c
index 3589bdf972bea6317cb66d2ee9d52bf6db6f90bb..64c3031535e5ae9525c845b4bd9825e0f1e5cfff 100644
(file)
--- a/
src/uniq.c
+++ b/
src/uniq.c
@@
-132,7
+132,7
@@
standard input), writing to OUTPUT (or standard output).\n\
--version output version information and exit\n\
\n\
A field is a run of whitespace, than non-whitespace characters.\n\
-Fields are skipped before chars.
\n\
+Fields are skipped before chars.\n\
"));
}
exit (status == 0 ? EXIT_SUCCESS : EXIT_FAILURE);