aboutsummaryrefslogtreecommitdiff
path: root/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils.c')
-rw-r--r--utils.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utils.c b/utils.c
index e6dd37f..3658969 100644
--- a/utils.c
+++ b/utils.c
@@ -119,7 +119,8 @@ bool isxbpscommand(const char *s)
const char *commands[] = {
"/xbps-install",
"/xbps-remove",
- "/xbps-reconfigure"
+ "/xbps-reconfigure",
+ "/xbps-query"
};
for (size_t i = 0; i < ARRAY_SIZE(commands); i++) {
const char *command = commands[i];