diff options
Diffstat (limited to 'doc/cmdargs.html')
-rw-r--r-- | doc/cmdargs.html | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/doc/cmdargs.html b/doc/cmdargs.html index afc770d..dbce315 100644 --- a/doc/cmdargs.html +++ b/doc/cmdargs.html @@ -24,11 +24,17 @@ </div> <div id="content"> <pre> -Usage: qmidiplayer [Options] [Midi Files] -Possible options are: - -l, --load-all-files Load all files from the same folder. - --help Show this help and exit. - --version Show this version information and exit. +Usage: ./qmidiplayer [options] [files...] +A cross-platform MIDI player. + +Options: + -h, --help Displays this help. + -v, --version Displays version information. + --plugin <plugin library> Load a plugin from <plugin library>. + -l, --load-all-files Load all files from the same folder. + +Arguments: + file midi files to play (optional). </pre> <br><a href="index.html">Return</a> </div> |