Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/head.c
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>1999-12-17 21:52:06 +0300
committerErik Andersen <andersen@codepoet.org>1999-12-17 21:52:06 +0300
commit10c341af3500531f2bc838841c44a0542f39e59f (patch)
treec6a103fc5ab4ae70032b6c75bb61fc5cfc231842 /head.c
parent4d1d0113fd3309aac30b2dd1d443bf7c7d5f0a3d (diff)
Make head --version do the right thing. Update TODO list
-Erik
Diffstat (limited to 'head.c')
-rw-r--r--head.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/head.c b/head.c
index a9d024e62..7f08a8041 100644
--- a/head.c
+++ b/head.c
@@ -66,7 +66,6 @@ head_main(int argc, char **argv)
opt = argv[i][1];
switch (opt) {
case '-':
- break;
case 'h':
usage(head_usage);
default:
@@ -104,4 +103,4 @@ head_main(int argc, char **argv)
exit(0);
}
-/* $Id: head.c,v 1.3 1999/12/15 19:29:09 beppu Exp $ */
+/* $Id: head.c,v 1.4 1999/12/17 18:52:06 erik Exp $ */