From 04150a407f65b63ea5117bc8b7297a5fbefc7487 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Mon, 15 May 2023 10:57:33 -0400 Subject: refactor cmd names --- command/tail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/tail.c') 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; -- cgit v1.2.3-freya