[tracker] Added initial man page for tracker-miner-fs
- From: Martyn James Russell <mr src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker] Added initial man page for tracker-miner-fs
- Date: Mon, 7 Sep 2009 10:25:08 +0000 (UTC)
commit a34fe14de6eac8f075ac10e285d159d83f3bdfca
Author: Martyn Russell <martyn lanedo com>
Date: Mon Sep 7 11:21:41 2009 +0100
Added initial man page for tracker-miner-fs
docs/manpages/Makefile.am | 1 +
docs/manpages/tracker-miner-fs.1 | 37 +++++++++++++++++++++++++++++++++++++
2 files changed, 38 insertions(+), 0 deletions(-)
---
diff --git a/docs/manpages/Makefile.am b/docs/manpages/Makefile.am
index 74aaffa..7aa3b14 100644
--- a/docs/manpages/Makefile.am
+++ b/docs/manpages/Makefile.am
@@ -16,6 +16,7 @@ man_MANS = \
tracker-extract.1 \
tracker-import.1 \
tracker-info.1 \
+ tracker-miner-fs.1 \
tracker-search.1 \
tracker-sparql.1 \
tracker-stats.1 \
diff --git a/docs/manpages/tracker-miner-fs.1 b/docs/manpages/tracker-miner-fs.1
new file mode 100644
index 0000000..8af4ca2
--- /dev/null
+++ b/docs/manpages/tracker-miner-fs.1
@@ -0,0 +1,37 @@
+.TH tracker-miner-fs 1 "September 2009" GNU "User Commands"
+
+.SH NAME
+tracker-miner-fs \- Used to crawl the file system to mine data.
+
+.SH SYNOPSIS
+\fBtracker-miner-fs\fR
+[-v \fIVERBOSITY\fR] [-s \fISLEEP\fR]
+
+.SH DESCRIPTION
+.B tracker-miner-fs
+is not supposed to be run by the user since it is started by
+its .desktop file when the user logs in. It can also be started
+manually of course for debugging purposes. You can not run more than
+one instance of this at the same time.
+
+.B tracker-miner-fs
+mines information about applications and files only.
+
+.SH OPTIONS
+.TP
+.B \-?, \-\-help
+Show summary of options.
+.TP
+.B \-V, \-\-version
+Returns the version of this binary.
+.TP
+.B \-v, \-\-verbosity={0|1|2|3}
+Sets the logging level, 0=errors, 1=minimal, 2=detailed, 3=debug.
+.TP
+.B \-s, \-\-initial-sleep=SECONDS
+Sets the initial sleep time before crawling the file system is started.
+
+.SH SEE ALSO
+.BR tracker-store (1),
+.BR tracker-info (1).
+.BR tracker.cfg (5).
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]