xbps-rindex: added 'd' to shortopts.
This commit is contained in:
parent
5183b0a7e7
commit
51ec53846c
@ -55,7 +55,7 @@ usage(bool fail)
|
||||
int
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
const char *shortopts = "acfhrVv";
|
||||
const char *shortopts = "acdfhrVv";
|
||||
struct option longopts[] = {
|
||||
{ "add", no_argument, NULL, 'a' },
|
||||
{ "clean", no_argument, NULL, 'c' },
|
||||
|
Loading…
Reference in New Issue
Block a user