diff options
Diffstat (limited to 'doc/cmdargs.html')
-rw-r--r-- | doc/cmdargs.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/cmdargs.html b/doc/cmdargs.html new file mode 100644 index 0000000..753ba2a --- /dev/null +++ b/doc/cmdargs.html @@ -0,0 +1,34 @@ +<!DOCTYPE html> +<html> +<head> +<title>QMidiPlayer Help</title> +<link rel=stylesheet href='styles.css' type='text/css'> +</head> +<body> + <div id="panel"> + <ul> + <li><a href="index.html">Overview</a></li> + <li><a href="mainwindow.html">Main Window</a></li> + <li><a href="channeldialog.html">Channels Dialog</a></li> + <li><a href="channeleditor.html">Channel Editor</a></li> + <li><a href="plistdialog.html">Playlist</a></li> + <li><a href="efxdialog.html">Effects</a></li> + <li><a href="optionsdialog.html">Settings</a></li> + <li><a class="active" href="cmdargs.html">Commandline arguments</a></li> + <li><a href="troubleshooting.html">Troubleshooting</a></li> + <li><a href="version.html">Version Info.</a></li> + <li><a href="license.html">License</a></li> + </ul> + </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. + </pre> + <br><a href="index.html">Return</a> + </div> +</body> +</html> |