summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-03 11:36:10 +0000
committerJim Meyering <jim@meyering.net>2001-01-03 11:36:10 +0000
commita0439c24052c33840c08ba6a3ab9bc607cff4d4a (patch)
tree4ba2213f9a192a966629b6725b070eacdd936467 /src
parentedfabc70d3388903152804adeed68ab057179e9b (diff)
downloadcoreutils-a0439c24052c33840c08ba6a3ab9bc607cff4d4a.tar.xz
(main): Remove embedded \n from diagnostic.
Diffstat (limited to 'src')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 267f76367..d49bf7383 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -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]);
}
}