summaryrefslogtreecommitdiff
path: root/l10ntools/source/treex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/treex.cxx')
-rw-r--r--l10ntools/source/treex.cxx16
1 files changed, 8 insertions, 8 deletions
diff --git a/l10ntools/source/treex.cxx b/l10ntools/source/treex.cxx
index 7c572309b2d4..dafc80bbba50 100644
--- a/l10ntools/source/treex.cxx
+++ b/l10ntools/source/treex.cxx
@@ -17,14 +17,14 @@
void WriteUsage()
{
std::cout
- << "Syntax: Treex [-r Root] -i FileIn -o FileOut"
- << " [-m DataBase] [-l Lang]\n"
- << " Root: Path to root of localized xhp files\n"
- << " FileIn: Source files (*.tree)\n"
- << " FileOut: Destination file (*.*)\n"
- << " DataBase: Mergedata (*.po)\n"
- << " Lang: Restrict the handled languages; one element of\n"
- << " (de, en-US, ...) or all\n";
+ << ("Syntax: Treex [-r Root] -i FileIn -o FileOut"
+ " [-m DataBase] [-l Lang]\n"
+ " Root: Path to root of localized xhp files\n"
+ " FileIn: Source files (*.tree)\n"
+ " FileOut: Destination file (*.*)\n"
+ " DataBase: Mergedata (*.po)\n"
+ " Lang: Restrict the handled languages; one element of\n"
+ " (de, en-US, ...) or all\n");
}