diff options
author | Roy Marples <roy@marples.name> | 2008-02-27 21:19:14 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-02-27 21:19:14 +0000 |
commit | aabf3976db5ffb41f8f8bbd47f5015b4158e095a (patch) | |
tree | 36d496322fccccf08466ad636258e730b549edb6 /src | |
parent | c2648ca5f539c450b27d35c7c0a3d41c6e193d8f (diff) |
Fix help for rc-update.
Diffstat (limited to 'src')
-rw-r--r-- | src/rc/rc-update.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-update.c b/src/rc/rc-update.c index 1aefbc64..fdd1417c 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 |