diff options
author | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2019-02-10 11:16:07 +0800 |
commit | 9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3 (patch) | |
tree | 339de0698c13e1763d3361d70fb1266621025c91 /QMidiPlayer/doc/qmidiplayer | |
download | web-9d3c8c0e6e1a7ba43bf3dc19350d1dca68b657a3.tar.xz |
Initial commit.
Diffstat (limited to 'QMidiPlayer/doc/qmidiplayer')
-rw-r--r-- | QMidiPlayer/doc/qmidiplayer | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/QMidiPlayer/doc/qmidiplayer b/QMidiPlayer/doc/qmidiplayer new file mode 100644 index 0000000..8dacdb1 --- /dev/null +++ b/QMidiPlayer/doc/qmidiplayer @@ -0,0 +1,15 @@ +.\" Manpage for qmidiplayer. +.TH man 1 "29 Dec 2016" "0.8.3" "qmidiplayer man page" +.SH NAME +qmidiplayer \- Plays midi file +.SH SYNOPSIS +qmidiplayer [Options] [Midi Files] +.SH DESCRIPTION +QMidiPlayer is a cross-platform midi file player based on libfluidsynth and Qt. +.SH OPTIONS +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. +.SH AUTHOR +Chris Xiong (chirs241097@gmail.com) |