(usage): Remove space before newline in usage message.
authorJim Meyering <jim@meyering.net>
Fri, 5 Jul 1996 02:28:29 +0000 (02:28 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 5 Jul 1996 02:28:29 +0000 (02:28 +0000)
src/uniq.c

index 3589bdf972bea6317cb66d2ee9d52bf6db6f90bb..64c3031535e5ae9525c845b4bd9825e0f1e5cfff 100644 (file)
@@ -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);