diff --git a/man/epubgrep.1.adoc b/man/epubgrep.1.adoc index f5adbb7..a2dbc51 100644 --- a/man/epubgrep.1.adoc +++ b/man/epubgrep.1.adoc @@ -2,7 +2,7 @@ :doctype: manpage :Author: tastytea :Email: tastytea@tastytea.de -:Date: 2021-06-24 +:Date: 2021-06-26 :Revision: 0.0.0 :man source: epubgrep :man manual: General Commands Manual @@ -13,7 +13,7 @@ epubgrep - Search tool for EPUB e-books. == SYNOPSIS -*epubgrep* [_OPTION_]… _PATTERN_ [_FILE_]… +*epubgrep* [_OPTION_]… _PATTERN_ _FILE_… == DESCRIPTION diff --git a/src/options.cpp b/src/options.cpp index 20232f4..e9a2695 100644 --- a/src/options.cpp +++ b/src/options.cpp @@ -159,7 +159,7 @@ options parse_options(int argc, char *argv[]) if (vm.count("help") != 0) { - cout << translate("Usage: epubgrep [OPTION]… PATTERN [FILE]…\n"); + cout << translate("Usage: epubgrep [OPTION]… PATTERN FILE…\n"); cout << options_visible; cout << translate("\nYou can access the full manual " "with `man epubgrep`.\n"); diff --git a/translations/de.po b/translations/de.po index 13b77dd..d33e75c 100644 --- a/translations/de.po +++ b/translations/de.po @@ -2,8 +2,8 @@ msgid "" msgstr "" "Project-Id-Version: epubgrep 0.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-24 18:38+0200\n" -"PO-Revision-Date: 2021-06-24 19:19+0200\n" +"POT-Creation-Date: 2021-06-26 15:14+0200\n" +"PO-Revision-Date: 2021-06-26 15:14+0200\n" "Last-Translator: tastytea \n" "Language-Team: tastytea \n" "Language: de\n" @@ -160,8 +160,8 @@ msgid "Set status message interval to NUMBER seconds." msgstr "Setze Intervall für Statusmeldungen auf ANZAHL Sekunden." #: src/options.cpp:162 -msgid "Usage: epubgrep [OPTION]… PATTERN [FILE]…\n" -msgstr "Aufruf: epubgrep [OPTION]… MUSTER [DATEI]…\n" +msgid "Usage: epubgrep [OPTION]… PATTERN FILE…\n" +msgstr "Aufruf: epubgrep [OPTION]… MUSTER DATEI…\n" #: src/options.cpp:164 msgid ""