xbps-rindex: typo fix to make -r work.
This commit is contained in:
parent
b39881e47a
commit
0c79a016a4
@ -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':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user