summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rc/rc-update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c
index 1aefbc6..fdd1417 100644
--- a/src/rc/rc-update.c
+++ b/src/rc/rc-update.c
@@ -130,7 +130,7 @@ static void show (char **runlevels, bool verbose)
#include "_usage.h"
#define usagestring "" \
- "Usage: rc-update [options] service <runlevel>\n" \
+ "Usage: rc-update [options] add service <runlevel>\n" \
" rc-update [options] del service <runlevel>\n" \
" rc-update [options] show"
#define getoptstring getoptstring_COMMON