diff options
Diffstat (limited to 'command/head.c')
-rw-r--r-- | command/head.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/head.c b/command/head.c index c28a82c..ccaa467 100644 --- a/command/head.c +++ b/command/head.c @@ -110,7 +110,7 @@ static int short_arg(char c, char* next) { return ARG_UNUSED; } -COMMAND(head) { +COMMAND(head_main) { int start, count, i; |