Skip to content

Commit 74bc0c3

Browse files
committed
bin/xbps-query: fix --staging, it doesn't require an argument
1 parent e6e912b commit 74bc0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/xbps-query/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ main(int argc, char **argv)
106106
{ "regex", no_argument, NULL, 0 },
107107
{ "fulldeptree", no_argument, NULL, 1 },
108108
{ "cat", required_argument, NULL, 2 },
109-
{ "staging", required_argument, NULL, 5 },
109+
{ "staging", no_argument, NULL, 5 },
110110
{ NULL, 0, NULL, 0 },
111111
};
112112
struct xbps_handle xh;

0 commit comments

Comments
 (0)