summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSiegfried-Angel Gevatter Pujals <rainct@ubuntu.com>2012-06-28 15:11:08 +0200
committerSiegfried-Angel Gevatter Pujals <rainct@ubuntu.com>2012-06-28 15:11:08 +0200
commit4d5bbf628f5af09af111970cf091c8c62f5d3e07 (patch)
treec27806bf2a2584cf9d092881077a18b886a9d251
parent3f1873b8d26972f22365731c79d4da04aa8d9d0e (diff)
Update manpage (--log-file was missing)
-rw-r--r--AUTHORS6
-rw-r--r--doc/zeitgeist-daemon.111
2 files changed, 12 insertions, 5 deletions
diff --git a/AUTHORS b/AUTHORS
index 87376427..f03f1fd9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,9 @@
Seif Lotfy <seif@lotfy.com>
Siegfried-Angel Gevatter Pujals <siegfried@gevatter.com>
-Manish Sinha <manishsinha@ubuntu.com>
Michael Hruby <michal.mhr@gmail.com>
+Manish Sinha <manishsinha@ubuntu.com>
Stefano Candori <stefano.candori@gmail.com>
+
+From the Python implementation:
+ Markus Korn <thekorn@gmx.de>
+ Mikkel Kamstrup Erlandsen <mikkel.kamstrup@gmail.com
diff --git a/doc/zeitgeist-daemon.1 b/doc/zeitgeist-daemon.1
index 4c4f2625..468e2252 100644
--- a/doc/zeitgeist-daemon.1
+++ b/doc/zeitgeist-daemon.1
@@ -1,4 +1,4 @@
-.TH ZEITGEIST\-DAEMON 1 "November 1, 2011" "Zeitgeist"
+.TH ZEITGEIST\-DAEMON 1 "June 28, 2012" "Zeitgeist"
.SH NAME
zeitgeist\-daemon \- D\-Bus interface providing a log of activities
@@ -31,7 +31,7 @@ included below.
.B \-\-no\-datahub
Do not start \fBzeitgeist\-datahub\fP together with this daemon.
.TP
-.B \-\-replace
+.B \-r, \-\-replace
Replace any existing Zeitgeist instance if there is one already
running. If this option isn't used, \fBzeitgeist\-daemon\fP will
refuse to start if another running instance is found.
@@ -40,14 +40,17 @@ refuse to start if another running instance is found.
Specifies how much information should be printed to the standard output.
Possible values are: DEBUG, INFO, WARNING, ERROR, CRITICAL.
.TP
-.B \-\-quit
+.B --log-file=\fILOG_FILE\fP
+Specifies a file to which log output will be appended.
+.TP
+.B \-q, \-\-quit
Stop a currently running Zeitgeist instance and exit. This lets
Zeitgeist finish any operation it may currently be doing.
.TP
.B \-v, \-\-version
Shows which version of Zeitgeist is being executed.
.TP
-.B \-\-help
+.B \-h, \-\-help
Shows a short help message listing all supported options.
.SH ENVIRONMENT VARIABLES