From 3181eff6191a10fd72f7ddaea5955dc0fbbc3be8 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sat, 20 Feb 2021 14:35:14 +0300 Subject: isxbpscommand: add xbps-query --- utils.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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]; -- cgit v1.2.3