minor text changes

This commit is contained in:
proddy
2021-08-26 10:42:34 +02:00
parent 77d559ac8c
commit 7529f3a73e
2 changed files with 8 additions and 7 deletions

View File

@@ -363,7 +363,7 @@ void Command::show_devices(uuid::console::Shell & shell) {
// output list of all commands to console
// calls show with verbose mode set
void Command::show_all(uuid::console::Shell & shell) {
shell.println(F("Available commands: "));
shell.println(F("Available commands (* = need authorization): "));
// show system first
shell.print(COLOR_BOLD_ON);