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)
int i;
if (argc >= 2 && *argv[1] == '-')
- usage(yes_usage);
+ show_usage();
if (argc == 1) {
while (1)