Skip to content

Commit c96733c

Browse files
committed
Mention CSV in the help output for --machine
Translations other than de are not yet updated to match.
1 parent 0300bd8 commit c96733c

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

main-command.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ static void PrintUsage(const char* ProgramName)
102102
puts( _("-B, --max-heading DEG Max degrees between points that will be matched"));
103103
puts( _("-b, --direction DEG Angular offset of camera from forward direction"));
104104
puts( _("-s, --show Just show the GPS data from the given files"));
105-
puts( _("-o, --machine Similar to --show but with machine-readable output"));
106-
puts( _("-x, --show-gpx Similar to --show but with GPX output"));
105+
puts( _("-o, --machine Like --show but with machine-readable CSV output"));
106+
puts( _("-x, --show-gpx Like --show but with GPX output"));
107107
puts( _("-r, --remove Strip GPS tags from the given files"));
108108
puts( _("-t, --ignore-tracksegs Interpolate between track segments, too"));
109109
puts( _("-M, --no-mtime Don't change mtime of modified files"));

po/de.po

+6-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: gpscorrelate 2.1\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
12-
"PO-Revision-Date: 2018-07-21 14:20+0200\n"
11+
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
12+
"PO-Revision-Date: 2024-10-17 21:41-0700\n"
1313
"Last-Translator: Dan Fandrich <[email protected]>\n"
1414
"Language-Team: deutsch\n"
1515
"Language: de\n"
@@ -573,12 +573,13 @@ msgstr ""
573573

574574
#: main-command.c:105
575575
msgid ""
576-
"-o, --machine Similar to --show but with machine-readable output"
576+
"-o, --machine Like --show but with machine-readable CSV output"
577577
msgstr ""
578-
"-o, --machine Ähnlich zu --show aber mit maschinenlesbare Ausgabe"
578+
"-o, --machine Ähnlich zu --show aber mit einer maschinenlesbaren\n"
579+
" CSV-Ausgabe"
579580

580581
#: main-command.c:106
581-
msgid "-x, --show-gpx Similar to --show but with GPX output"
582+
msgid "-x, --show-gpx Like --show but with GPX output"
582583
msgstr "-x, --show-gpx Ähnlich zu --show aber mit GPX Ausgabe"
583584

584585
#: main-command.c:107

po/fr.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: gpscorrelate 2.1\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
11+
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
1212
"PO-Revision-Date: 2024-04-03 11:24+0100\n"
1313
"Last-Translator: jybz, papoteur\n"
1414
"Language-Team: français\n"
@@ -579,11 +579,11 @@ msgstr ""
579579

580580
#: main-command.c:105
581581
msgid ""
582-
"-o, --machine Similar to --show but with machine-readable output"
582+
"-o, --machine Like --show but with machine-readable CSV output"
583583
msgstr "-o, --machine Similaire à --show mais en format machine"
584584

585585
#: main-command.c:106
586-
msgid "-x, --show-gpx Similar to --show but with GPX output"
586+
msgid "-x, --show-gpx Like --show but with GPX output"
587587
msgstr "-x, --show-gpx Similaire à --show mais en format GPX"
588588

589589
#: main-command.c:107

po/ru.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: gpscorrelate 2.1\n"
1010
"Report-Msgid-Bugs-To: [email protected]\n"
11-
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
11+
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
1212
"PO-Revision-Date: 2019-03-18 10:12+0300\n"
1313
"Last-Translator: Nikolay Korotkiy <[email protected]>\n"
1414
"Language-Team: russian\n"
@@ -543,11 +543,11 @@ msgstr ""
543543

544544
#: main-command.c:105
545545
msgid ""
546-
"-o, --machine Similar to --show but with machine-readable output"
546+
"-o, --machine Like --show but with machine-readable CSV output"
547547
msgstr ""
548548

549549
#: main-command.c:106
550-
msgid "-x, --show-gpx Similar to --show but with GPX output"
550+
msgid "-x, --show-gpx Like --show but with GPX output"
551551
msgstr ""
552552

553553
#: main-command.c:107

0 commit comments

Comments
 (0)