summaryrefslogtreecommitdiff
path: root/l10ntools/source/propex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'l10ntools/source/propex.cxx')
-rw-r--r--l10ntools/source/propex.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/l10ntools/source/propex.cxx b/l10ntools/source/propex.cxx
index 0c2e7dac41f9..8517bfb3bdd4 100644
--- a/l10ntools/source/propex.cxx
+++ b/l10ntools/source/propex.cxx
@@ -17,12 +17,12 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
HandledArgs aArgs;
if( !Export::handleArguments(argc, argv, aArgs) )
{
- Export::writeUsage("propex","properties");
+ Export::writeUsage("propex","*.properties");
return 1;
}
PropParser aParser(
- aArgs.m_sInputFile, Export::sLanguages, aArgs.m_bMergeMode );
+ aArgs.m_sInputFile, aArgs.m_sLanguage, aArgs.m_bMergeMode );
if( !aParser.isInitialized() )
{
return 1;