patrick
/
plasp
Archived
1
0
Fork 0

Updated help message with PDDL support.

This commit is contained in:
Patrick Lühne 2016-06-13 15:01:23 +02:00
parent 268bee3c5f
commit f24491cd5a
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ int main(int argc, char **argv)
description.add_options()
("help,h", "Display this help message.")
("version,v", "Display version information.")
("input,i", po::value<std::vector<std::string>>(), "Specify the SAS input file.")
("input,i", po::value<std::vector<std::string>>(), "Specify the PDDL or SAS input file.")
("language,l", po::value<std::string>(), "Specify the input language (SAS or PDDL). Omit for automatic detection.")
("warning-level", po::value<std::string>()->default_value("normal"), "Specify whether to output warnings normally (normal), to treat them as critical errors (error), or to ignore them (ignore).");