aboutsummaryrefslogtreecommitdiff
path: root/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'yes.c')
-rw-r--r--yes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/yes.c b/yes.c
index 0ce49499f..0a8ad83a7 100644
--- a/yes.c
+++ b/yes.c
@@ -29,7 +29,7 @@ extern int yes_main(int argc, char **argv)
29 int i; 29 int i;
30 30
31 if (argc >= 2 && *argv[1] == '-') 31 if (argc >= 2 && *argv[1] == '-')
32 usage(yes_usage); 32 show_usage();
33 33
34 if (argc == 1) { 34 if (argc == 1) {
35 while (1) 35 while (1)