xbps-query: -p expects an argument; show usage() otherwise.

This commit is contained in:
Juan RP 2013-03-08 20:23:13 +01:00
parent c504a73f08
commit dfe42ce7e3

View File

@ -139,7 +139,7 @@ main(int argc, char **argv)
break;
case 'p':
props = optarg;
show_prop = true;
show_prop = opmode = true;
break;
case 'R':
repo_mode = true;