summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2023-01-02 12:13:04 +0100
committerCarlos Garnacho <carlosg@gnome.org>2023-01-10 13:02:31 +0100
commiteea91637f3fb280acfb42b8e81275f3932f41324 (patch)
treed77010640a4cca14e4ff1132b2e5278da2a63a22 /docs
parenta54bbd0b7fdb843782227dd6505ac11bb3b74e0b (diff)
downloadtracker-eea91637f3fb280acfb42b8e81275f3932f41324.tar.gz
cli: Add --output-format argument to "tracker3 export"
And kinda deprecate the --show-graphs option that did output TriG. We now are able to output TTL, TriG, and JSON-LD.
Diffstat (limited to 'docs')
-rw-r--r--docs/manpages/tracker3-export.1.txt13
1 files changed, 5 insertions, 8 deletions
diff --git a/docs/manpages/tracker3-export.1.txt b/docs/manpages/tracker3-export.1.txt
index 83e83a7e0..1d4c1129c 100644
--- a/docs/manpages/tracker3-export.1.txt
+++ b/docs/manpages/tracker3-export.1.txt
@@ -20,15 +20,12 @@ tool such as rapper(1) to convert the data to different formats.
== OPTIONS
+*-o, --output-format=<__RDF_FORMAT__>*::
+ Choose which RDF format to use to output results. Supported formats are
+ _turtle_, _trig_ and _json-ld_.
+
*-g, --show-graphs*::
- Tracker can separate data into multiple graphs. This feature is used
- by the filesystem miner to separate different types of content. This
- flag causes the relevant GRAPH statements to be output along with
- the data.
-
- In this mode the output is TriG syntax rather than Turtle, due to
- the extra GRAPH statements. Some tools which understand Turtle do not
- understand TriG.
+ Deprecated. Does the same than *--output-format trig*.
*--2to3*::
Helper for migrating data from Tracker 2.x databases. This option