diff options
-rw-r--r-- | utils.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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]; |