xbps-rindex: typo fix to make -r work.

This commit is contained in:
Juan RP 2012-11-21 06:03:41 +01:00
parent b39881e47a
commit 0c79a016a4

View File

@ -73,7 +73,7 @@ main(int argc, char **argv)
case 'h': case 'h':
usage(false); usage(false);
/* NOTREACHED */ /* NOTREACHED */
case 'R': case 'r':
rm_mode = true; rm_mode = true;
break; break;
case 'V': case 'V':