From 5509af7073ffff75d86ff8c67a2075169a859efd Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Sun, 23 Jan 2000 18:19:02 +0000 Subject: * added (and documented) "-n" option for head - contributed Friedrich Vedder * Cleanup for a number of usage messages -- also contributed Friedrich Vedder -Erik --- coreutils/sort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coreutils/sort.c') diff --git a/coreutils/sort.c b/coreutils/sort.c index 0fe7bf99b..4df5627ac 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c @@ -29,7 +29,7 @@ #include static const char sort_usage[] = -"Usage: sort [OPTION]... [FILE]...\n\n" +"sort [OPTION]... [FILE]...\n\n" ; /* typedefs _______________________________________________________________ */ @@ -309,4 +309,4 @@ sort_main(int argc, char **argv) exit(0); } -/* $Id: sort.c,v 1.8 1999/12/23 22:46:10 beppu Exp $ */ +/* $Id: sort.c,v 1.9 2000/01/23 18:19:02 erik Exp $ */ -- cgit v1.2.3