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