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/yes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'command/yes.c') diff --git a/command/yes.c b/command/yes.c index f979a9f..58d4d67 100644 --- a/command/yes.c +++ b/command/yes.c @@ -6,7 +6,7 @@ static void help(void) { printf("Repeatedly output a line with all specified STRING(s), or 'y'.\n"); } -COMMAND(yes) { +COMMAND(yes_main) { const char* repeat; int i; -- cgit v1.2.3-freya