diff options
author | Chris Xiong <chirs241097@gmail.com> | 2017-02-01 17:48:03 +0800 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2017-02-01 17:48:03 +0800 |
commit | eddc629bd637ec5d9260849d095b6951a437360d (patch) | |
tree | 98fd45c4b4e2ed3bdcc213722de76df0decd3b18 /doc | |
parent | 8a0d671e1a77c58142d0cbe82f40ee64bcae2be5 (diff) | |
download | QMidiPlayer-eddc629bd637ec5d9260849d095b6951a437360d.tar.xz |
Make packaging qmidiplayer less painful.
Add mime info.
Do not throw integers.
Fix incorrect font paths in Arch Linux.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/qmidiplayer | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/qmidiplayer b/doc/qmidiplayer new file mode 100644 index 0000000..8dacdb1 --- /dev/null +++ b/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) |