Add a note about on and off commands.

This commit is contained in:
Andrius Štikonas 2015-05-27 00:09:50 +01:00
parent 32cf746ace
commit fb9d27c00c
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ void ConsoleReader::listSockets()
std::cout << "d - update table data\n";
std::cout << "D - resend discovery packet to the current socket\n";
std::cout << "n - change socket name (max 16 characters)\n";
std::cout << "p - toggle power state\n";
std::cout << "p - toggle power state (there are also \"on\" and \"off\" commands)\n";
std::cout << "P - change remote password (max 12 characters)\nq - quit\ns - pick another socket (default is 1)\nt - change timezone" << std::endl;
std::cout << "Enter command: " << std::endl;
}