From aabf3976db5ffb41f8f8bbd47f5015b4158e095a Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 27 Feb 2008 21:19:14 +0000 Subject: Fix help for rc-update. --- src/rc/rc-update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \n" \ + "Usage: rc-update [options] add service \n" \ " rc-update [options] del service \n" \ " rc-update [options] show" #define getoptstring getoptstring_COMMON -- cgit v1.2.3