summaryrefslogtreecommitdiff
path: root/examples/loadables/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/loadables/print.c')
-rw-r--r--examples/loadables/print.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/loadables/print.c b/examples/loadables/print.c
index 02d3c92a..0e48230c 100644
--- a/examples/loadables/print.c
+++ b/examples/loadables/print.c
@@ -32,6 +32,8 @@ static FILE *ofp;
extern char *this_command_name;
static char *print_doc[] = {
+ "Display arguments.",
+ "",
"Output the arguments. The -f option means to use the argument as a",
"format string as would be supplied to printf(1). The rest of the",
"options are as in ksh.",