aboutsummaryrefslogtreecommitdiff
path: root/src/_usage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/_usage.c')
-rw-r--r--src/_usage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/_usage.c b/src/_usage.c
index ce733a97..b079e320 100644
--- a/src/_usage.c
+++ b/src/_usage.c
@@ -29,6 +29,7 @@ static void usage (int exit_status)
{
const char * const has_arg[] = { "", "<arg>", "[arg]" };
int i;
+
printf ("Usage: %s [options] ", applet);
#ifdef extraopts
printf (extraopts);