test(bklog):Minor usage correction
[EVA-2020-02.git] / exec / bklog
index 3d25fe312a70dcd175fe1b7c9e0de71ed8f1a548..be3dded136b1bfc9e19ea094094156592c6ddfa3 100644 (file)
@@ -11,7 +11,7 @@ dirTmpDefault="/dev/shm"; # Default parent of working directory
 
 # Script Metadata
 scriptName="bklog";             # Define basename of script file.
-scriptVersion="0.1.2";          # Define version of script.
+scriptVersion="0.1.3";          # Define version of script.
 scriptURL="https://gitlab.com/baltakatei/ninfacyzga-01"; # Define wesite hosting this script.
 scriptTimeStart="$(date +%Y%m%dT%H%M%S.%N)"; # YYYYmmddTHHMMSS.NNNNNNNNN
 scriptHostname=$(hostname);     # Save hostname of system running this script.
@@ -295,7 +295,7 @@ showUsage() {
     -R ~/.config/bklog/recipients -w ".nmea" -b 300 -B "day" \
     -o ~/Sync/Logs -l "location" \
     -p "gpsbabel -i nmea -f - -o gpx -F - " ".gpx" \
-    -p "gpsbabel -i nmea -f - -o kml -F - " ".gpx"
+    -p "gpsbabel -i nmea -f - -o kml -F - " ".kml"
 EOF
 } # Display information on how to use this script.
 showVersion() {