Commit 3141a5fc4f for strongswan.org

commit 3141a5fc4f18a7f34564b43185969667e784ce2c
Author: Andreas Steffen <andreas.steffen@strongswan.org>
Date:   Sun Feb 22 10:22:19 2026 +0100

    swanctl: Assigned -V to --version since -v is now used for global --debug

diff --git a/src/swanctl/commands/version.c b/src/swanctl/commands/version.c
index 020fa6c821..97ed5fa604 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"},