From f0c7cbd1d731ff7e69a29b53bb32a493bd442af9 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 13 Nov 2017 09:45:14 +0100 Subject: swanctl: Properly register --counters commmand Use C instead of c, which is already used for --load-conns. --- src/swanctl/commands/counters.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/swanctl/commands/counters.c b/src/swanctl/commands/counters.c index 77485c246..ab386b5d8 100644 --- a/src/swanctl/commands/counters.c +++ b/src/swanctl/commands/counters.c @@ -140,7 +140,7 @@ static int counters(vici_conn_t *conn) static void __attribute__ ((constructor))reg() { command_register((command_t) { - counters, 'c', "counters", "list or reset IKE event counters", + counters, 'C', "counters", "list or reset IKE event counters", {"[--name |--all] [--reset] [--raw|--pretty]"}, { {"help", 'h', 0, "show usage information"}, -- cgit v1.2.3