From 5ee9dfff6d71304015ed95c2a998b925c849db48 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Mon, 24 Dec 2007 13:54:24 +0000 Subject: [PATCH] rc-update show not default to show --- src/rc-update.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/rc-update.c b/src/rc-update.c index eb383ba8..4f07503f 100644 --- a/src/rc-update.c +++ b/src/rc-update.c @@ -179,9 +179,6 @@ int rc_update (int argc, char **argv) } } - if (! action) - usage (EXIT_FAILURE); - verbose = rc_yesno (getenv ("EINFO_VERBOSE")); if ((action & DOSHOW && action != DOSHOW) || @@ -204,8 +201,8 @@ int rc_update (int argc, char **argv) else eerrorx ("%s: invalid command `%s'", applet, argv[optind]); } - if (! action && opt) - action = DOSHOW; + if (! action) + usage (EXIT_FAILURE); } if (optind >= argc) {