Skip to content

Commit

Permalink
minor text change
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jul 22, 2022
1 parent 505e339 commit 3b86d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/console.cpp
Expand Up @@ -398,7 +398,7 @@ void EMSESPShell::add_console_commands() {
shell.print(F("Available commands are: "));
Command::show(shell, device_type, false); // non-verbose mode
} else if (return_code != CommandRet::OK) {
shell.println(F("Bad syntax"));
shell.printfln(F("Bad syntax (error code %d)"), return_code);
}
},
[&](Shell & shell __attribute__((unused)), const std::vector<std::string> & arguments) -> std::vector<std::string> {
Expand Down

0 comments on commit 3b86d1b

Please sign in to comment.