This commit is contained in:
张壹 2025-02-04 11:56:40 +08:00
parent e44f34958e
commit 00270a7b0b

View File

@ -127,7 +127,7 @@ void display_cmds()
std::clog << "\nEnter \"<command>?\" to see detailed instructions.\n";
std::clog << "\nFile:\n";
std::clog << "Each line of the input file(s) will be parsed as a command.\nAny line starts with '#' will be skipped.\n";
std::clog << "Each line of the input file(s) will be parsed as a command.\nEmpty lines and lines start with '#' will be skipped.\n";
std::clog << "\nHereDoc:\n";
std::clog << "You can use HereDoc to input commands. A simple example is:\n";