]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(main): Remove embedded \n from diagnostic.
authorJim Meyering <jim@meyering.net>
Wed, 3 Jan 2001 11:36:10 +0000 (11:36 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 3 Jan 2001 11:36:10 +0000 (11:36 +0000)
src/sort.c

index 267f76367955d62cbb31c8801977f8f09b0fd4f6..d49bf73838a027847dda05be5a947a46669259e2 100644 (file)
@@ -2188,7 +2188,7 @@ lacks following character offset"));
                          {
                            /* Provoke with `sort -k1.0' */
                            error (0, 0, _("starting field character offset \
-argument to the `-k' option\nmust be positive"));
+argument to the `-k' option must be positive"));
                            badfieldspec (argv[i]);
                          }
                      }