From bd97c2b1392caa1d25d41691433dfbb655b18ddd Mon Sep 17 00:00:00 2001 From: Peter Marschall Date: Sat, 14 Jul 2018 14:23:37 +0200 Subject: [PATCH] opensc-explorer: clarify command parsing in manual page --- doc/tools/opensc-explorer.1.xml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/doc/tools/opensc-explorer.1.xml b/doc/tools/opensc-explorer.1.xml index 2cc04a10..491bd81b 100644 --- a/doc/tools/opensc-explorer.1.xml +++ b/doc/tools/opensc-explorer.1.xml @@ -109,9 +109,18 @@ Commands - The following commands are supported at opensc-explorer's - interactive prompt or in script files passed via the command line parameter - SCRIPT. + opensc-explorer supports commands with arguments + at its interactive prompt or in script files passed via the command line + parameter SCRIPT. + + + Similar to a command shell like e.g. bash, + each input line is split into white-space separated words. + Of these words, the first one is used as the command, + while the remaining ones are treated as arguments to that command. + + + The following commands are supported: