summaryrefslogtreecommitdiff
path: root/command/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'command/printf.c')
-rw-r--r--command/printf.c2
1 files changed, 1 insertions, 1 deletions
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;