add gajim-history-manager manpage
This commit is contained in:
parent
3f94110b0f
commit
33a0835194
|
@ -14,7 +14,7 @@ sounds_DATA = $(srcdir)/sounds/*.wav
|
|||
otherdir = $(pkgdatadir)/data/other
|
||||
other_DATA = other/servers.xml other/cacerts.pem
|
||||
|
||||
man_MANS = gajim.1 gajim-remote.1
|
||||
man_MANS = gajim.1 gajim-remote.1 gajim-history-manager.1
|
||||
|
||||
|
||||
EXTRA_DIST = $(desktop_in_files) \
|
||||
|
|
|
@ -0,0 +1,21 @@
|
|||
.\" 20050901
|
||||
.TH "Gajim-history-manager" "1" "September 01, 2005" "Gajim dev team" ""
|
||||
.SH "NAME"
|
||||
Gajim-history-manager \- Tool to manage gajim logs
|
||||
.SH "SYNOPSIS"
|
||||
.B gajim-history-manager [\-c config-path] [\-h]
|
||||
.SH "DESCRIPTION"
|
||||
.B Gajim-history-manager
|
||||
is a tool to manage (do some cleanup) log file of Gajim jabber client.
|
||||
.PP
|
||||
.SH "OPTIONS"
|
||||
.TP
|
||||
\fB\-c\fR, \fB\-\-config-path\fR path
|
||||
Path where logs.db is located. ~/.gajim by default.
|
||||
.TP
|
||||
\fB\-h\fR, \fB\-\-help\fR
|
||||
Print this help.
|
||||
.SH "FEEDBACK"
|
||||
You can report bugs or feature requests in http://trac.gajim.org or in the mailing list: http://lists.gajim.org/cgi\-bin/listinfo/gajim\-devel. You can also find us in our room gajim@conference.gajim.org
|
||||
.SH "AUTHORS"
|
||||
Written by Yann Le Boulanger <asterix@lagaule.org>, Nikos Kouremenos <kourem@gmail.com> and Dimitur Kirov <dkirov@gmail.com>.
|
Loading…
Reference in New Issue