From 00270a7b0b8d81e729303bc9b979158ceab4534a Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Tue, 4 Feb 2025 11:56:40 +0800 Subject: [PATCH] tmp --- tool/dsviewer/dsviewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/dsviewer/dsviewer.cpp b/tool/dsviewer/dsviewer.cpp index c7dd42e..eb7c5d9 100644 --- a/tool/dsviewer/dsviewer.cpp +++ b/tool/dsviewer/dsviewer.cpp @@ -127,7 +127,7 @@ void display_cmds() std::clog << "\nEnter \"?\" 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";