From 49d011dabe9bbdf8028cbb99159ab945c1f32e73 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 13 Jul 2018 12:35:55 -0500 Subject: [PATCH] client: Use connect-hidden instead of create-hidden --- client/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/device.c b/client/device.c index d960c977..6d13c868 100644 --- a/client/device.c +++ b/client/device.c @@ -776,7 +776,7 @@ static const struct command device_commands[] = { cmd_connect, "Connect to network", false, connect_cmd_arg_completion }, - { "", "create-hidden", + { "", "connect-hidden", "<\"network name\">", cmd_connect_hidden_network, "Connect to hidden network",