Skip to content
Snippets Groups Projects
Commit 6fe65921 authored by Julien Malik's avatar Julien Malik
Browse files

ENH: fix usage of ApplicationLauncherCommandLine

parent 7be70e48
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ int main(int argc, char* argv[])
{
if (argc < 2)
{
std::cerr << "Usage : " << argv[0] << " module_name module_path [arguments]" << std::endl;
std::cerr << "Usage : " << argv[0] << " module_name [--modulePath MODULEPATH] [arguments]" << std::endl;
return EXIT_FAILURE;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment