summaryrefslogtreecommitdiff
path: root/docs/manpages
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2016-05-25 01:01:53 +0200
committerCarlos Garnacho <carlosg@gnome.org>2016-05-28 23:52:12 +0200
commitae70af4d4d98f386455ce78e4520cc60d9257200 (patch)
tree5eea96bd5a736a056921001de285a8947dc836eb /docs/manpages
parent5750114229d94d3e0ec189ca39ba4e7ab60b99ed (diff)
downloadtracker-ae70af4d4d98f386455ce78e4520cc60d9257200.tar.gz
tracker: Add -f argument to "tracker reset" CLI subcommand
It takes a file to be reset, works recursively for directories. Immediately after reset, a reindex will be requested, so the data is promptly indexed again.
Diffstat (limited to 'docs/manpages')
-rw-r--r--docs/manpages/tracker-reset.112
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/manpages/tracker-reset.1 b/docs/manpages/tracker-reset.1
index 89dc62160..a039cb6cc 100644
--- a/docs/manpages/tracker-reset.1
+++ b/docs/manpages/tracker-reset.1
@@ -4,7 +4,7 @@
tracker-reset \- Reset the index and configuration
.SH SYNOPSIS
-\fBtracker reset\fR [\-\-hard | \-\-soft] [\-\-config]
+\fBtracker reset\fR [\-\-hard | \-\-soft] [\-\-config] [\-\-file \fIFILE\fR]
.SH DESCRIPTION
The reset command will change either your configuration or index
@@ -34,10 +34,12 @@ you have a corrupt database but want to reply the journal to restore
it to the last known good place.
.TP
.B \-c, \-\-config
-This removes all config files in \fI$HOME/.config/tracker\fR. All
-files listed are files which were found and successfully removed.
-Restarting the respective processes re-creates the default
-configuration files.
+Resets all configuration to its defaults.
+.TP
+.B \-f, \-\-file \fIFILE\fR
+Resets all indexed information about \fIFILE\fR, works recursively for
+directories. Nothing will be done if \fIFILE\fR is not currently indexed.
+After deletion, a request to reindex this data will be immediately issued.
.SH SEE ALSO
.BR tracker-daemon (1).