FILE is not optional.
This commit is contained in:
parent
57c87ca5e7
commit
bdcf153b47
@ -2,7 +2,7 @@
|
|||||||
:doctype: manpage
|
:doctype: manpage
|
||||||
:Author: tastytea
|
:Author: tastytea
|
||||||
:Email: tastytea@tastytea.de
|
:Email: tastytea@tastytea.de
|
||||||
:Date: 2021-06-24
|
:Date: 2021-06-26
|
||||||
:Revision: 0.0.0
|
:Revision: 0.0.0
|
||||||
:man source: epubgrep
|
:man source: epubgrep
|
||||||
:man manual: General Commands Manual
|
:man manual: General Commands Manual
|
||||||
@ -13,7 +13,7 @@ epubgrep - Search tool for EPUB e-books.
|
|||||||
|
|
||||||
== SYNOPSIS
|
== SYNOPSIS
|
||||||
|
|
||||||
*epubgrep* [_OPTION_]… _PATTERN_ [_FILE_]…
|
*epubgrep* [_OPTION_]… _PATTERN_ _FILE_…
|
||||||
|
|
||||||
== DESCRIPTION
|
== DESCRIPTION
|
||||||
|
|
||||||
|
@ -159,7 +159,7 @@ options parse_options(int argc, char *argv[])
|
|||||||
|
|
||||||
if (vm.count("help") != 0)
|
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 << options_visible;
|
||||||
cout << translate("\nYou can access the full manual "
|
cout << translate("\nYou can access the full manual "
|
||||||
"with `man epubgrep`.\n");
|
"with `man epubgrep`.\n");
|
||||||
|
@ -2,8 +2,8 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: epubgrep 0.6.0\n"
|
"Project-Id-Version: epubgrep 0.6.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2021-06-24 18:38+0200\n"
|
"POT-Creation-Date: 2021-06-26 15:14+0200\n"
|
||||||
"PO-Revision-Date: 2021-06-24 19:19+0200\n"
|
"PO-Revision-Date: 2021-06-26 15:14+0200\n"
|
||||||
"Last-Translator: tastytea <tastytea@tastytea.de>\n"
|
"Last-Translator: tastytea <tastytea@tastytea.de>\n"
|
||||||
"Language-Team: tastytea <https://schlomp.space/tastytea/epubgrep>\n"
|
"Language-Team: tastytea <https://schlomp.space/tastytea/epubgrep>\n"
|
||||||
"Language: de\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."
|
msgstr "Setze Intervall für Statusmeldungen auf ANZAHL Sekunden."
|
||||||
|
|
||||||
#: src/options.cpp:162
|
#: src/options.cpp:162
|
||||||
msgid "Usage: epubgrep [OPTION]… PATTERN [FILE]…\n"
|
msgid "Usage: epubgrep [OPTION]… PATTERN FILE…\n"
|
||||||
msgstr "Aufruf: epubgrep [OPTION]… MUSTER [DATEI]…\n"
|
msgstr "Aufruf: epubgrep [OPTION]… MUSTER DATEI…\n"
|
||||||
|
|
||||||
#: src/options.cpp:164
|
#: src/options.cpp:164
|
||||||
msgid ""
|
msgid ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user