Made translator descriptions more concise.

This commit is contained in:
2017-11-16 18:11:38 +01:00
parent 5af0c26650
commit 23130134bb
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ class CommandTranslate : public Command<CommandTranslate, OptionGroupBasic, Opti
{
public:
static constexpr auto Name = "translate";
static constexpr auto Description = "Translate PDDL and SAS to ASP";
static constexpr auto Description = "Translate PDDL and SAS to ASP facts";
public:
int run(int argc, char **argv);