Correct usage of demo_extract_chat tool.

This commit is contained in:
furo 2023-11-15 15:08:30 +01:00
parent 32f3f9e03a
commit e27223a027

View file

@ -237,7 +237,7 @@ int main(int argc, const char *argv[])
if(argc != 2)
{
dbg_msg(TOOL_NAME, "Usage: %s [demo_filename]", TOOL_NAME);
dbg_msg(TOOL_NAME, "Usage: %s <demo_filename>", TOOL_NAME);
return -1;
}