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/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/printf.c') diff --git a/command/printf.c b/command/printf.c index 99139d0..401941c 100644 --- a/command/printf.c +++ b/command/printf.c @@ -97,7 +97,7 @@ static void help(void) { printf("Format and print ARG(s) according to FORMAT (a-la C prinf)\n"); } -COMMAND(print) { +COMMAND(printf_main) { size_t index; int arg_index; -- cgit v1.2.3-freya