summaryrefslogtreecommitdiff
path: root/sort.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-23 18:19:02 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-23 18:19:02 +0000
commit5509af7073ffff75d86ff8c67a2075169a859efd (patch)
tree2728cbb296484026cb657f92f78e1bb0806ba6f4 /sort.c
parent9bc7e89fc1eb493c06494ad86781ab49fc28c509 (diff)
downloadbusybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.tar.gz
busybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.tar.bz2
busybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.zip
* added (and documented) "-n" option for head -
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
Diffstat (limited to 'sort.c')
-rw-r--r--sort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sort.c b/sort.c
index 0fe7bf99b..4df5627ac 100644
--- a/sort.c
+++ b/sort.c
@@ -29,7 +29,7 @@
29#include <errno.h> 29#include <errno.h>
30 30
31static const char sort_usage[] = 31static const char sort_usage[] =
32"Usage: sort [OPTION]... [FILE]...\n\n" 32"sort [OPTION]... [FILE]...\n\n"
33; 33;
34 34
35/* typedefs _______________________________________________________________ */ 35/* typedefs _______________________________________________________________ */
@@ -309,4 +309,4 @@ sort_main(int argc, char **argv)
309 exit(0); 309 exit(0);
310} 310}
311 311
312/* $Id: sort.c,v 1.8 1999/12/23 22:46:10 beppu Exp $ */ 312/* $Id: sort.c,v 1.9 2000/01/23 18:19:02 erik Exp $ */