From 3141a5fc4f18a7f34564b43185969667e784ce2c Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Sun, 22 Feb 2026 10:22:19 +0100 Subject: [PATCH] swanctl: Assigned -V to --version since -v is now used for global --debug --- src/swanctl/commands/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swanctl/commands/version.c b/src/swanctl/commands/version.c index 020fa6c82..97ed5fa60 100644 --- a/src/swanctl/commands/version.c +++ b/src/swanctl/commands/version.c @@ -87,7 +87,7 @@ static int version(vici_conn_t *conn) static void __attribute__ ((constructor))reg() { command_register((command_t) { - version, 'v', "version", "show version information", + version, 'V', "version", "show version information", {"[--raw|--pretty]"}, { {"help", 'h', 0, "show usage information"},