We should not use options for rc-update, as add, delete and such are commands.

This commit is contained in:
Roy Marples
2008-01-15 09:50:14 +00:00
parent a1783d552d
commit 38f8eee495
3 changed files with 32 additions and 42 deletions

View File

@@ -30,7 +30,11 @@ static void usage (int exit_status)
const char * const has_arg[] = { "", "<arg>", "[arg]" };
int i;
#ifdef usagestring
printf (usagestring);
#else
printf ("Usage: %s [options] ", applet);
#endif
#ifdef extraopts
printf (extraopts);
#endif