Fixed incorrect usage information in help message.
This commit is contained in:
parent
44a20ca7e3
commit
401cf79cf6
@ -33,7 +33,7 @@ int main(int argc, char **argv)
|
|||||||
const auto printHelp =
|
const auto printHelp =
|
||||||
[&]()
|
[&]()
|
||||||
{
|
{
|
||||||
std::cout << "Usage: plasp file [options]" << std::endl;
|
std::cout << "Usage: plasp [files] [options]" << std::endl;
|
||||||
std::cout << "Translate PDDL instances to ASP facts." << std::endl << std::endl;
|
std::cout << "Translate PDDL instances to ASP facts." << std::endl << std::endl;
|
||||||
|
|
||||||
std::cout << description;
|
std::cout << description;
|
||||||
|
Reference in New Issue
Block a user