Change the -k option to display other possibilities. - limestone - A KDE marble commandline interface.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 159a3db86b864d699fe6b7d9c9cc15a16abf99ca
(DIR) parent 08e13d1ac3e56d50c04cc429bfc4c51abf435b09
(HTM) Author: Christoph Lohmann <20h@r-36.net>
Date: Thu, 23 Oct 2014 12:21:31 +0200
Change the -k option to display other possibilities.
Marble supports many kind of data formats, like OSM and KML. All of them are
accesible via the same API call.
Diffstat:
limestone.1 | 9 +++++----
limestone.cpp | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
---
(DIR) diff --git a/limestone.1 b/limestone.1
@@ -5,7 +5,7 @@ limestone \- marble commandline interface
.B limestone
.RB [ \-h ]
.RB [ \-k
-.IR kmlfile ]
+.IR datafile ]
.RB [ \-p
.IR position ]
.RB [ \-s
@@ -29,10 +29,11 @@ and
URI scheme is supported.
.SH OPTIONS
.TP
-.BI \-k " kmlfile"
+.BI \-k " datafile"
will open the
-.I kmlfile
-overlay in the opened window.
+.I datafile
+overlay in the opened window. This file can be any file format marble supports
+tto be displayed (KML, OSM ...).
.TP
.BI \-p " position"
will open the map at
(DIR) diff --git a/limestone.cpp b/limestone.cpp
@@ -145,7 +145,7 @@ void
usage(void)
{
fprintf(stderr, "usage: %s [-h] "\
- "[-k kmlfile] "\
+ "[-k datafile] "\
"[-p lat,lon[,alt]] "\
"[-s stylestring] "\
"[-t theme] "\