From fcd1c68ab77d712241b21d0934de00c446eb93b4 Mon Sep 17 00:00:00 2001 From: "N. Engelhardt" Date: Fri, 9 Dec 2022 18:17:16 +0100 Subject: [PATCH] add note to help about how to chain commands --- kernel/driver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/driver.cc b/kernel/driver.cc index a89c790d9..ef8e77924 100644 --- a/kernel/driver.cc +++ b/kernel/driver.cc @@ -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");