From 2b3b0d0397712e4b64f23792f3bb306c009e4ff6 Mon Sep 17 00:00:00 2001 From: joost Date: Wed, 5 Jun 2013 13:27:13 +0200 Subject: [PATCH] wrong comment, probably copied from add code. params[0] is remove of course --- mu/mu-cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu/mu-cmd.c b/mu/mu-cmd.c index 612eaf98..b1c2d393 100644 --- a/mu/mu-cmd.c +++ b/mu/mu-cmd.c @@ -367,7 +367,7 @@ mu_cmd_remove (MuStore *store, MuConfig *opts, GError **err) g_return_val_if_fail (opts->cmd == MU_CONFIG_CMD_REMOVE, MU_ERROR_INTERNAL); - /* note: params[0] will be 'add' */ + /* note: params[0] will be 'remove' */ if (!opts->params[0] || !opts->params[1]) { g_warning ("usage: mu remove []"); mu_util_g_set_error (err, MU_ERROR_IN_PARAMETERS,