diff options
Diffstat (limited to 'src/swanctl')
-rw-r--r-- | src/swanctl/commands/redirect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swanctl/commands/redirect.c b/src/swanctl/commands/redirect.c index 0afe96a1b..295689bd3 100644 --- a/src/swanctl/commands/redirect.c +++ b/src/swanctl/commands/redirect.c @@ -117,7 +117,7 @@ static void __attribute__ ((constructor))reg() command_register((command_t) { redirect, 'd', "redirect", "redirect an IKE_SA", {"--ike <name> | --ike-id <id> | --peer-ip <ip>", - "--peer-id <id> | --gateway <ip|fqdn> [--raw|--pretty]"}, + "--peer-id <id|wildcards> | --gateway <ip|fqdn> [--raw|--pretty]"}, { {"help", 'h', 0, "show usage information"}, {"ike", 'i', 1, "redirect by IKE_SA name"}, |