add note to help about how to chain commands

This commit is contained in:
N. Engelhardt 2022-12-09 18:17:16 +01:00 committed by N. Engelhardt
parent 257b41cd1f
commit fcd1c68ab7
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ int main(int argc, char **argv)
#endif
printf("\n");
printf(" -p command\n");
printf(" execute the commands\n");
printf(" execute the commands (to chain commands, separate them with semicolon + whitespace: 'cmd1; cmd2')\n");
printf("\n");
printf(" -m module_file\n");
printf(" load the specified module (aka plugin)\n");