diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-08-19 19:40:13 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2008-08-19 19:40:13 +0100 |
commit | d405c318bfdde3331de3ef495c90bd3d77c0c744 (patch) | |
tree | 37f7cff8f7bfcf6acc180f6452514d7bbc0642e6 /docs | |
parent | 304a4611d29137a9cdb4a7a230883753f6557845 (diff) |
Document GABBLE_LOGFILE=+gabble.log in man page.
This is really a telepathy-glib feature, but we now depend on a new
enough telepathy-glib that we can guarantee it'll work.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/telepathy-gabble.8.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/telepathy-gabble.8.in b/docs/telepathy-gabble.8.in index 6c6e9545..e00f7537 100644 --- a/docs/telepathy-gabble.8.in +++ b/docs/telepathy-gabble.8.in @@ -22,6 +22,9 @@ There are no command-line options. .TP \fBGABBLE_LOGFILE\fR=\fIfilename\fR If set, debug output will go to the given file rather than to stderr. +If \fB+\fR is prepended to the \fIfilename\fR (e.g. +\fBGABBLE_LOGFILE=+gabble.log\fR), debug output will be appended +to the file; otherwise, any existing file will be replaced. .TP \fBGABBLE_DEBUG\fR=\fItype\fR May be set to "all" for full debug output, or various undocumented options |