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