diff --git a/YACReader.1 b/YACReader.1 index e0132fec..9777636f 100644 --- a/YACReader.1 +++ b/YACReader.1 @@ -1,23 +1,29 @@ .\" Manpage for YACReader. .\" Contact yoann.gauthier9@gmail.com to correct errors or typos. -.TH man 8 "5 July 2014" "1.0" "YACReader man page" +.TH man 1 "28 September 2014" "2.0" "YACReader man page" .SH NAME YACReader \- launch YACReader application. .SH SYNOPSIS -.B -YACReader -pathfile -[\fIcomicId\fR] -[\fIlibraryId\fR] +YACReader [\fBFile\fR | \fBDirectory\fR] +.br +YACReader [\fB\-h\fR | \fB\-\-help\fR] +.br +YACReader [\fB\-v\fR | \fB\-\-version\fR] .SH DESCRIPTION YACReader is a free cross-platform comic reader with support for multiple comic files and image formats. .SH OPTIONS -pathfile -: Path to be opened by YACReader. .TP -\fIcomicId\fR : Comic identifier. +.BR File +Open comic file. .TP -\fIlibraryId\fR : Library identifier. +.BR Directory +Open comic directory. +.TP +.BR \-h, \-\- help +Display this text and exit. +.TP +.BR \-v, \-\- version +Display version information and exit. .SH FEATURES - rar, zip, cbr, cbz, tar, pdf, 7z and cb7 comics support with compatibility for jpeg, gif, png, tiff and bmp images. .TP diff --git a/YACReader/YACReader.pro b/YACReader/YACReader.pro index 45fe72c9..1b189b16 100644 --- a/YACReader/YACReader.pro +++ b/YACReader/YACReader.pro @@ -72,7 +72,7 @@ DEFINES += "LIBDIR=\\\"$$LIBDIR\\\"" "DATADIR=\\\"$$DATADIR\\\"" #MAKE INSTALL -INSTALLS += bin docs icon desktop translation #manpage +INSTALLS += bin docs icon desktop translation manpage bin.path = $$BINDIR isEmpty(DESTDIR) { diff --git a/YACReaderLibrary.1 b/YACReaderLibrary.1 index d3c69520..45a6737e 100644 --- a/YACReaderLibrary.1 +++ b/YACReaderLibrary.1 @@ -1,15 +1,27 @@ .\" Manpage for YACReaderLibrary. .\" Contact yoann.gauthier9@gmail.com to correct errors or typos. -.TH man 8 "5 July 2014" "1.0" "YACReaderLibrary man page" +.TH man 1 "28 September 2014" "2.0" "YACReaderLibrary man page" .SH NAME YACReaderLibrary \- launch YACReaderLibrary application. .SH SYNOPSIS -.B YACReaderLibrary +.br +YACReaderLibrary [\fB\-h\fR | \fB\-\-help\fR] +.br +YACReaderLibrary [\fB\-v\fR | \fB\-\-version\fR] + .SH DESCRIPTION -YACReaderLibrary an application for browsing and managing your comic collections with various smooth transition effects +YACReaderLibrary an application for browsing and managing your comic collections with various smooth transition effects. .SH OPTIONS -No command line parameters. +.TP +Without options +Start YACReaderLibrary. +.TP +.BR \-h, \-\- help +Display help text and exit. +.TP +.BR \-v, \-\- version +Display version information and exit. .SH FEATURES - Create, manage and browse your comics collections using beautiful, customizable and smooth "comic flow" transitions. .TP diff --git a/YACReaderLibrary/YACReaderLibrary.pro b/YACReaderLibrary/YACReaderLibrary.pro index b0a33ca3..1808cf7f 100644 --- a/YACReaderLibrary/YACReaderLibrary.pro +++ b/YACReaderLibrary/YACReaderLibrary.pro @@ -251,7 +251,7 @@ DATADIR = $$PREFIX/share DEFINES += "LIBDIR=\\\"$$LIBDIR\\\"" "DATADIR=\\\"$$DATADIR\\\"" "BINDIR=\\\"$$BINDIR\\\"" #MAKE INSTALL -INSTALLS += bin icon desktop server translation #manpage +INSTALLS += bin icon desktop server translation manpage bin.path = $$BINDIR isEmpty(DESTDIR) {