diff options
Diffstat (limited to 'src/dyetool/dyemain.cpp')
-rw-r--r-- | src/dyetool/dyemain.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dyetool/dyemain.cpp b/src/dyetool/dyemain.cpp index 74cf426a0..8741ff9e7 100644 --- a/src/dyetool/dyemain.cpp +++ b/src/dyetool/dyemain.cpp @@ -44,8 +44,11 @@ static void printHelp() { + // TRANSLATORS: command line help std::cout << _("dyecmd srcfile dyestring dstfile") << std::endl; + // TRANSLATORS: command line help std::cout << _("or") << std::endl; + // TRANSLATORS: command line help std::cout << _("dyecmd srcdyestring dstfile") << std::endl; } |