wrong comment, probably copied from add code. params[0] is remove of course

This commit is contained in:
joost 2013-06-05 13:27:13 +02:00
parent c511ae7f1f
commit 2b3b0d0397
1 changed files with 1 additions and 1 deletions

View File

@ -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 <file> [<files>]");
mu_util_g_set_error (err, MU_ERROR_IN_PARAMETERS,