summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-15 05:46:12 +0000
committerJim Meyering <jim@meyering.net>1999-05-15 05:46:12 +0000
commit23d3bb9416dcf7b8c1f4fdd1215dea8d34706201 (patch)
treeda23bb48ec394257797d186743343bca39052b53 /src/sort.c
parentcd0c91443753d4f825a9cc1a459fd795afc622f9 (diff)
downloadcoreutils-23d3bb9416dcf7b8c1f4fdd1215dea8d34706201.tar.xz
(usage): Whoops.
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/sort.c b/src/sort.c
index 8b0698215..a299a0b19 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -318,7 +318,8 @@ Write sorted concatenation of all FILE(s) to standard output.\n\
--help display this help and exit\n\
--version output version information and exit\n\
\n\
-"), DEFAULT_TMPDIR);
+"),
+ DEFAULT_TMPDIR);
printf (_("\
POS is F[.C][OPTS], where F is the field number and C the character position\n\
in the field, both counted from one with -k, from zero with the obsolescent\n\
@@ -326,7 +327,7 @@ form. OPTS is made up of one or more of Mbdfinr, this effectively disables\n\
global -Mbdfinr settings for that key. If no key is given, use the entire\n\
line as the key. With no FILE, or when FILE is -, read standard input.\n\
")
- , DEFAULT_TMPDIR);
+ );
puts (_("\nReport bugs to <bug-textutils@gnu.org>."));
}
/* Don't use EXIT_FAILURE here in case it is defined to be 1.