From 010c9320baed31af29d302088cefafbb6063e5b7 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Mon, 16 Jun 2014 20:52:57 +0200 Subject: update usage instructions of pocheck tool Change-Id: Ibc1c5051a601a83a6616e6a22c45b05394c54e88 --- l10ntools/source/pocheck.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l10ntools/source/pocheck.cxx b/l10ntools/source/pocheck.cxx index c7c61643bacd..9990a69f0a6f 100644 --- a/l10ntools/source/pocheck.cxx +++ b/l10ntools/source/pocheck.cxx @@ -450,7 +450,7 @@ int main() OString aLanguages(getenv("ALL_LANGS")); if( aLanguages.isEmpty() ) { - std::cerr << "Usage: make cmd cmd=solver/*/bin/pocheck\n"; + std::cerr << "Usage: LD_LIBRARY_PATH=instdir/ure/lib make cmd cmd=workdir/LinkTarget/Executable/pocheck\n"; return 1; } for(sal_Int32 i = 1;;++i) // skip en-US -- cgit