From d446c192cf47032648faacb50a83e8dff39ead9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20L=C3=BChne?= Date: Fri, 10 Jun 2016 01:28:13 +0200 Subject: [PATCH] =?UTF-8?q?Made=20plasp=E2=80=99s=20help=20message=20more?= =?UTF-8?q?=20precise.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/plasp-app/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/plasp-app/main.cpp b/apps/plasp-app/main.cpp index b76f407..a3ababd 100644 --- a/apps/plasp-app/main.cpp +++ b/apps/plasp-app/main.cpp @@ -18,7 +18,7 @@ int main(int argc, char **argv) ("help,h", "Display this help message.") ("version,v", "Display version information.") ("input,i", po::value>(), "Specify the SAS input file.") - ("language,l", po::value(), "Specify the input language (SAS or PDDL) explicitly (no automatic detection)."); + ("language,l", po::value(), "Specify the input language (SAS or PDDL). Omit for automatic detection."); po::positional_options_description positionalOptionsDescription; positionalOptionsDescription.add("input", -1);