diff --git a/src/console.cpp b/src/console.cpp index db912259b..1eb4ee71d 100644 --- a/src/console.cpp +++ b/src/console.cpp @@ -327,7 +327,7 @@ static void setup_commands(std::shared_ptr & commands) { networkSettings.ssid = arguments.front().c_str(); return StateUpdateResult::CHANGED; }); - shell.println("Use `wifi reconnect` to apply the new settings"); + shell.println("Use `wifi reconnect` to save and apply the new settings"); });