diff options
Diffstat (limited to 'command/tail.c')
-rw-r--r-- | command/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/tail.c b/command/tail.c index 64f4608..4d6a258 100644 --- a/command/tail.c +++ b/command/tail.c @@ -210,7 +210,7 @@ static int short_arg(char c, char* next) { return ARG_UNUSED; } -COMMAND(tail) { +COMMAND(tail_main) { int start, count, i; |