Skip to content

Commit

Permalink
Mention CSV in the help output for --machine
Browse files Browse the repository at this point in the history
Translations other than de are not yet updated to match.
  • Loading branch information
dfandrich committed Oct 18, 2024
1 parent 0300bd8 commit c96733c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
4 changes: 2 additions & 2 deletions main-command.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ static void PrintUsage(const char* ProgramName)
puts( _("-B, --max-heading DEG Max degrees between points that will be matched"));
puts( _("-b, --direction DEG Angular offset of camera from forward direction"));
puts( _("-s, --show Just show the GPS data from the given files"));
puts( _("-o, --machine Similar to --show but with machine-readable output"));
puts( _("-x, --show-gpx Similar to --show but with GPX output"));
puts( _("-o, --machine Like --show but with machine-readable CSV output"));
puts( _("-x, --show-gpx Like --show but with GPX output"));
puts( _("-r, --remove Strip GPS tags from the given files"));
puts( _("-t, --ignore-tracksegs Interpolate between track segments, too"));
puts( _("-M, --no-mtime Don't change mtime of modified files"));
Expand Down
11 changes: 6 additions & 5 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ msgid ""
msgstr ""
"Project-Id-Version: gpscorrelate 2.1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
"PO-Revision-Date: 2018-07-21 14:20+0200\n"
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
"PO-Revision-Date: 2024-10-17 21:41-0700\n"
"Last-Translator: Dan Fandrich <[email protected]>\n"
"Language-Team: deutsch\n"
"Language: de\n"
Expand Down Expand Up @@ -573,12 +573,13 @@ msgstr ""

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

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

#: main-command.c:107
Expand Down
6 changes: 3 additions & 3 deletions po/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gpscorrelate 2.1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
"PO-Revision-Date: 2024-04-03 11:24+0100\n"
"Last-Translator: jybz, papoteur\n"
"Language-Team: français\n"
Expand Down Expand Up @@ -579,11 +579,11 @@ msgstr ""

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

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

#: main-command.c:107
Expand Down
6 changes: 3 additions & 3 deletions po/ru.po
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: gpscorrelate 2.1\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2024-03-02 17:40-0800\n"
"POT-Creation-Date: 2024-10-17 21:41-0700\n"
"PO-Revision-Date: 2019-03-18 10:12+0300\n"
"Last-Translator: Nikolay Korotkiy <[email protected]>\n"
"Language-Team: russian\n"
Expand Down Expand Up @@ -543,11 +543,11 @@ msgstr ""

#: main-command.c:105
msgid ""
"-o, --machine Similar to --show but with machine-readable output"
"-o, --machine Like --show but with machine-readable CSV output"
msgstr ""

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

#: main-command.c:107
Expand Down

0 comments on commit c96733c

Please sign in to comment.