We should not use options for rc-update, as add, delete and such are commands.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user