diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-05 02:28:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-05 02:28:29 +0000 |
commit | 316490baea40058593b441b89b50b2643adb01d0 (patch) | |
tree | 899ed9e5c84b07d3f7ccedb508188c76b561eebd | |
parent | bd77322580d1f3fbdab94a52d567b4a375692940 (diff) | |
download | coreutils-316490baea40058593b441b89b50b2643adb01d0.tar.xz |
(usage): Remove space before newline in usage message.
-rw-r--r-- | src/uniq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uniq.c b/src/uniq.c index 3589bdf97..64c303153 100644 --- 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); |