aboutsummaryrefslogtreecommitdiff
path: root/coreutils/yes.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/yes.c')
-rw-r--r--coreutils/yes.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/coreutils/yes.c b/coreutils/yes.c
index d757a4504..ead674b27 100644
--- a/coreutils/yes.c
+++ b/coreutils/yes.c
@@ -18,6 +18,11 @@
/* This is a NOFORK applet. Be very careful! */
+//usage:#define yes_trivial_usage
+//usage: "[STRING]"
+//usage:#define yes_full_usage "\n\n"
+//usage: "Repeatedly output a line with STRING, or 'y'"
+
int yes_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE;
int yes_main(int argc UNUSED_PARAM, char **argv)
{