[tracker/man-page-upload-long-options] Manpages: Update all so long options don't use --foo=BAR, but --foo BAR
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/man-page-upload-long-options] Manpages: Update all so long options don't use --foo=BAR, but --foo BAR
- Date: Tue, 3 Jul 2012 17:51:41 +0000 (UTC)
commit b857820dcabb601602d1b3cf380639012cfcfb2d
Author: Martyn Russell <martyn lanedo com>
Date: Tue Jul 3 18:50:46 2012 +0100
Manpages: Update all so long options don't use --foo=BAR, but --foo BAR
Fixes GB#679313
docs/manpages/tracker-control.1 | 22 +++++++++++-----------
docs/manpages/tracker-extract.1 | 10 +++++-----
docs/manpages/tracker-miner-fs.1 | 8 ++++----
docs/manpages/tracker-miner-rss.1 | 6 +++---
docs/manpages/tracker-search.1 | 32 ++++++++++++++++----------------
docs/manpages/tracker-sparql.1 | 12 ++++++------
docs/manpages/tracker-store.1 | 2 +-
docs/manpages/tracker-tag.1 | 10 +++++-----
docs/manpages/tracker-writeback.1 | 2 +-
9 files changed, 52 insertions(+), 52 deletions(-)
---
diff --git a/docs/manpages/tracker-control.1 b/docs/manpages/tracker-control.1
index 7d4002b..448e6db 100644
--- a/docs/manpages/tracker-control.1
+++ b/docs/manpages/tracker-control.1
@@ -44,7 +44,7 @@ Returns the version of this program.
.B \-p, \-\-list\-processes
This lists all Tracker processes in the system.
.TP
-.B \-k, \-\-kill=[all|store|miners]
+.B \-k, \-\-kill [all|store|miners]
This uses SIGKILL to stop all Tracker processes found matching the
parameter, if no extra parameter is passed,
.B all
@@ -53,7 +53,7 @@ stopping Tracker in the first place. This
.B GUARANTEES
death.
.TP
-.B \-t, \-\-terminate=[all|store|miners]
+.B \-t, \-\-terminate [all|store|miners]
This uses SIGTERM to stop all Tracker processes found matching the
parameter, if no extra parameter is passed,
.B all
@@ -86,7 +86,7 @@ This displays the log verbosity for ALL components using GSettings for
this configuration. For possible values, see
.B \-\-set-log-verbosity.
.TP
-.B \-\-set-log-verbosity=[debug|detailed|minimal|errors]
+.B \-\-set-log-verbosity [debug|detailed|minimal|errors]
This sets the log verbosity for ALL components using GSettings using
this configuration option ('verbosity').
.TP
@@ -94,12 +94,12 @@ this configuration option ('verbosity').
Starts all miners. This indirectly starts tracker-store too because it
is needed for miners to operate properly.
.TP
-.B \-b, \-\-backup=FILE
+.B \-b, \-\-backup FILE
Begins backing up the Tracker databases to the
.B FILE
given.
.TP
-.B \-o, \-\-restore=FILE
+.B \-o, \-\-restore FILE
Begins restoring a previous backup (see
.B \-\-backup
) to the Tracker databases. The
@@ -128,7 +128,7 @@ specific roles of the miner in question.
.SH MINER OPTIONS
.TP
-.B \-m, \-\-reindex-mime-type=MIME
+.B \-m, \-\-reindex-mime-type MIME
Re-index files which match the \fIMIME\fR type supplied. This is
usually used when installing new extractors which support \fIMIME\fR
types previously unsupported. This forces Tracker to re-index those
@@ -136,7 +136,7 @@ files. You can use
.B \-\-reindex-mime-type
more than once per \fIMIME\fR type.
.TP
-.B \-f, \-\-index-file=FILE
+.B \-f, \-\-index-file FILE
(Re)index a file matching the \fIFILE\fR type supplied.
.TP
.B \-l, \-\-list-miners-running
@@ -153,7 +153,7 @@ For listing all miners which are paused and the reasons for being
paused, you can use this. It will also display the application that
requested the pause too.
.TP
-.B \-\-miner=MINER
+.B \-\-miner MINER
This argument is used with
.B \-\-pause
or
@@ -164,21 +164,21 @@ D-Bus name, e.g.
OR you can use the suffix, e.g.
.B Files
.TP
-.B \-\-pause=REASON
+.B \-\-pause REASON
The REASON here is useful to know WHY the miner should be paused. A
miner can be paused many times by multiple applications. Only when all
pauses have been resumed will it continue. If successful, a cookie
will be given to uniquely identify the request. This cookie is used to
resume the pause at a later stage.
.TP
-.B \-\-pause-for-process=REASON
+.B \-\-pause-for-process REASON
This works exactly the same way as
.B \-\-pause
with the exception that it only keeps the pause active while the
calling process is alive. As soon as you press Ctrl+C the pause is
resumed automatically.
.TP
-.B \-\-resume=COOKIE
+.B \-\-resume COOKIE
The COOKIE is given by a successful
.B \-\-pause
command. It is a number which identifies each pause request. When all
diff --git a/docs/manpages/tracker-extract.1 b/docs/manpages/tracker-extract.1
index e9a7b3c..5656a8f 100644
--- a/docs/manpages/tracker-extract.1
+++ b/docs/manpages/tracker-extract.1
@@ -21,15 +21,15 @@ will run for 30 seconds waiting for DBus calls before quitting.
.B \-?, \-\-help
Show summary of options.
.TP
-.B \-v, \-\-verbosity=N
+.B \-v, \-\-verbosity N
Set verbosity to N. This overrides the config value.
Values include 0=errors, 1=minimal, 2=detailed and 3=debug.
.TP
-.B \-f, \-\-file=FILE
+.B \-f, \-\-file FILE
The \fIFILE\fR to extract metadata from. The \fIFILE\fR argument can
be either a local path or a URI. It also does not have to be an absolute path.
.TP
-.B \-m, \-\-mime=MIME
+.B \-m, \-\-mime MIME
The \fIMIME\fR type to use for the file. If one is not provided, it
will be guessed automatically.
.TP
@@ -40,14 +40,14 @@ Disable shutting down after 30 seconds of inactivity.
Use this option to force internal extractors over 3rd parties like
libstreamanalyzer.
.TP
-.B \-m, \-\-force-module=MODULE
+.B \-m, \-\-force-module MODULE
Force a particular module to be used. This is here as a convenience
for developers wanting to test their \fIMODULE\fR file. Only the
\fIMODULE\fR name has to be specified, not the full path. Typically, a
\fIMODULE\fR is installed to /usr/lib/tracker-0.7/extract-modules/.
This option can be used with or without the .so part of the name too,
for example, you can use
-.B --force-module=foo
+.B --force-module foo
Modules are shared objects which are dynamically loaded at run time. These files
must have the .so suffix to be loaded and must contain the correct
diff --git a/docs/manpages/tracker-miner-fs.1 b/docs/manpages/tracker-miner-fs.1
index 73b957a..e52c695 100644
--- a/docs/manpages/tracker-miner-fs.1
+++ b/docs/manpages/tracker-miner-fs.1
@@ -24,10 +24,10 @@ Show summary of options.
.B \-V, \-\-version
Returns the version of this binary.
.TP
-.B \-v, \-\-verbosity={0|1|2|3}
+.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
+.B \-s, \-\-initial-sleep SECONDS
Sets the initial sleep time before crawling the file system is
started. If the
.B \-\-no-daemon
@@ -41,7 +41,7 @@ file updates which may occur over time. This option renders the
.B \-\-initial-sleep
option moot.
.TP
-.B \-e, \-\-eligible=FILE
+.B \-e, \-\-eligible FILE
Checks if
.B FILE
is eligible for being mined based on the current
@@ -53,7 +53,7 @@ arguments as well as existing
.B FILE
arguments.
.TP
-.B \-d, \-\-disable-miner=MINER
+.B \-d, \-\-disable-miner MINER
Tells the daemon to disable the in-house miners it supports. Depending
on build options, this can be 'Files', 'Applications'
and 'Userguides'. This option can be provided more than once to
diff --git a/docs/manpages/tracker-miner-rss.1 b/docs/manpages/tracker-miner-rss.1
index 9df56ca..285c47f 100644
--- a/docs/manpages/tracker-miner-rss.1
+++ b/docs/manpages/tracker-miner-rss.1
@@ -24,10 +24,10 @@ Show summary of options.
.B \-V, \-\-version
Returns the version of this binary.
.TP
-.B \-v, \-\-verbosity={0|1|2|3}
+.B \-v, \-\-verbosity {0|1|2|3}
Sets the logging level, 0=errors, 1=minimal, 2=detailed, 3=debug.
.TP
-.B \-a, \-\-add-feed=URL
+.B \-a, \-\-add-feed URL
Adds a feed to the Tracker store. This must be used with
.B \-\-title
option. An examples of such a URL would be:
@@ -43,7 +43,7 @@ You can use
to get the latest feed information.
.TP
-.B \-t, \-\-title=STRING
+.B \-t, \-\-title STRING
The title to use when adding a feed (see the
.B \-\-add-feed
option).
diff --git a/docs/manpages/tracker-search.1 b/docs/manpages/tracker-search.1
index 72f0bbb..abe795e 100644
--- a/docs/manpages/tracker-search.1
+++ b/docs/manpages/tracker-search.1
@@ -24,10 +24,10 @@ For logical OR operations, see -r.
.B \-?, \-\-help
Give a short help message.
.TP
-.B \-l, \-\-limit=N
+.B \-l, \-\-limit N
Limit search to N results. The default is 512.
.TP
-.B \-o, \-\-offset=N
+.B \-o, \-\-offset N
Offset the search results by N. For example, start at item number 10
in the results. The default is 0.
.TP
@@ -47,51 +47,51 @@ command line switches except
and
.B \-\-music-artists.
.TP
-.B \-f, \-\-files=EXPRESSION
+.B \-f, \-\-files EXPRESSION
Search for files of any type matching \fIEXPRESSION\fR (optional).
.TP
-.B \-e, \-\-folders=EXPRESSION
+.B \-e, \-\-folders EXPRESSION
Search for folders matching \fIEXPRESSION\fR (optional).
.TP
-.B \-m, \-\-music=EXPRESSION
+.B \-m, \-\-music EXPRESSION
Search for music files matching \fIEXPRESSION\fR (optional).
.TP
-.B \-\-music\-albums=ALBUM
+.B \-\-music\-albums ALBUM
Search for music albums matching \fIALBUM\fR (optional).
.TP
-.B \-\-music\-artists=ARTIST
+.B \-\-music\-artists ARTIST
Search for music artists matching \fIARTIST\fR (optional).
.TP
-.B \-l, \-\-images=EXPRESSION
+.B \-l, \-\-images EXPRESSION
Search for images matching \fIEXPRESSION\fR (optional).
.TP
-.B \-v, \-\-videos=EXPRESSION
+.B \-v, \-\-videos EXPRESSION
Search for videos matching \fIEXPRESSION\fR (optional).
.TP
-.B \-t, \-\-documents=EXPRESSION
+.B \-t, \-\-documents EXPRESSION
Search for documents matching \fIEXPRESSION\fR (optional).
.TP
-.B \-e, \-\-emails=EXPRESSION
+.B \-e, \-\-emails EXPRESSION
Search for emails matching \fIEXPRESSION\fR (optional). Returns a list
of subjects for emails found.
.TP
-.B \-c, \-\-contacts=EXPRESSION
+.B \-c, \-\-contacts EXPRESSION
Search for contacts matching \fIEXPRESSION\fR (optional). Returns a list
of names and email addresses found.
.TP
-.B \-\-software=EXPRESSION
+.B \-\-software EXPRESSION
Search for software installed matching \fIEXPRESSION\fR (optional). Returns a list
of desktop files and application titles found.
.TP
-.B \-\-software-categories=EXPRESSION
+.B \-\-software-categories EXPRESSION
Search for software categories matching \fIEXPRESSION\fR (optional). Returns a list
of urns and their categories (e.g. Settings, Video, Utility, etc).
.TP
-.B \-\-feeds=EXPRESSION
+.B \-\-feeds EXPRESSION
Search through RSS feed information matching \fIEXPRESSION\fR (optional). Returns a list
of those found.
.TP
-.B \-b, \-\-bookmarks=EXPRESSION
+.B \-b, \-\-bookmarks EXPRESSION
Search through bookmarks matching \fIEXPRESSION\fR (optional). Returns a list
titles and links for each bookmark found.
.TP
diff --git a/docs/manpages/tracker-sparql.1 b/docs/manpages/tracker-sparql.1
index 05c528d..21dc61b 100644
--- a/docs/manpages/tracker-sparql.1
+++ b/docs/manpages/tracker-sparql.1
@@ -20,10 +20,10 @@ does not have to be an absolute path.
.B \-?, \-\-help
Show summary of options.
.TP
-.B \-f, \-\-file=FILE
+.B \-f, \-\-file FILE
Use a \fIFILE\fR with SPARQL content to query or update.
.TP
-.B \-q, \-\-query=SPARQL
+.B \-q, \-\-query SPARQL
Use a \fISPARQL\fR string to query the database with.
.TP
.B \-u, \-\-update
@@ -50,7 +50,7 @@ prefix \fIrdfs\fR so queries can be cut down to:
"SELECT ?u WHERE { ?u a rdfs:Resource }"
.TP
-.B \-p, \-\-list-properties=CLASS
+.B \-p, \-\-list-properties CLASS
Returns a list of properties which pertain to a class. You can use
both formats here for the class, either the full name
\fIhttp://www.semanticdesktop.org/ontologies/2007/03/22/nfo#Video\fR
@@ -70,14 +70,14 @@ These properties \fInfo:frameRate\fR and \fInfo:frameCount\fR can be
used in more complex queries (see --query).
.TP
-.B \-n, \-\-list-notifies=CLASS
+.B \-n, \-\-list-notifies CLASS
Returns a list of classes which are notified over D-Bus about any
changes that occur in the database. \fICLASS\fR does not have to be
supplied here. This is optional and filters the results according to
any argument supplied. With no \fICLASS\fR, all classes are listed.
.TP
-.B \-i, \-\-list-indexes=PROPERTY
+.B \-i, \-\-list-indexes PROPERTY
Returns a list of properties which are indexed in the database.
Indexes improves query speed but also add an indexing penalty.
\fIPROPERTY\fR does not have to be supplied here. This is optional and
@@ -85,7 +85,7 @@ filters the results according to any argument supplied. With no
\fIPROPERTY\fR, all properties are listed.
.TP
-.B \-s, \-\-search=TERM
+.B \-s, \-\-search TERM
Returns a list of classes and properties which partially match
\fITERM\fR in the ontology. This is a case insensitive match, for
example:
diff --git a/docs/manpages/tracker-store.1 b/docs/manpages/tracker-store.1
index 3475b06..be6cf69 100644
--- a/docs/manpages/tracker-store.1
+++ b/docs/manpages/tracker-store.1
@@ -27,7 +27,7 @@ A brief help message including some examples.
.B \-V, \-\-version
Returns the version of this binary.
.TP
-.B \-v, \-\-verbosity={0|1|2|3}
+.B \-v, \-\-verbosity {0|1|2|3}
Sets the logging level, 0=errors, 1=minimal, 2=detailed, 3=debug.
.TP
.B \-r, \-\-force-reindex
diff --git a/docs/manpages/tracker-tag.1 b/docs/manpages/tracker-tag.1
index c3e1a20..0b94255 100644
--- a/docs/manpages/tracker-tag.1
+++ b/docs/manpages/tracker-tag.1
@@ -20,10 +20,10 @@ does not have to be an absolute path.
.B \-?, \-\-help
Show summary of options.
.TP
-.B \-l, \-\-limit=N
+.B \-l, \-\-limit N
Limit search to N results. The default is 512.
.TP
-.B \-o, \-\-offset=N
+.B \-o, \-\-offset N
Offset the search results by N. For example, start at item number 10
in the results. The default is 0.
.TP
@@ -41,18 +41,18 @@ WITH the
.B --list
option.
.TP
-.B \-a, \-\-add=TAG
+.B \-a, \-\-add TAG
Add a tag with the name \fITAG\fR. If no \fIFILE\fR arguments are
specified, the tag is simply created (if it didn'talready exist) and
no files are associated with it. Multiple \fIFILE\fR arguments can be
specified.
.TP
-.B \-d, \-\-delete=TAG
+.B \-d, \-\-delete TAG
Delete a tag with the name \fITAG\fR. If no \fIFILE\fR arguments are
specified, the tag is deleted for ALL files. If \fIFILE\fR arguments
are specified, only those files have the \fITAG\fR deleted.
.TP
-.B \-e, \-\-description=STRING
+.B \-e, \-\-description STRING
This option ONLY applies when using
.B \-\-add
and provides a description to go with the tag label according to
diff --git a/docs/manpages/tracker-writeback.1 b/docs/manpages/tracker-writeback.1
index 2d2a8a8..b634e79 100644
--- a/docs/manpages/tracker-writeback.1
+++ b/docs/manpages/tracker-writeback.1
@@ -32,7 +32,7 @@ Show summary of options.
.B \-V, \-\-version
Returns the version of this binary.
.TP
-.B \-v, \-\-verbosity={0|1|2|3}
+.B \-v, \-\-verbosity {0|1|2|3}
Sets the logging level, 0=errors, 1=minimal, 2=detailed, 3=debug.
.TP
.B \-d, \-\-disable-shutdown
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]