From 348e731e4470871e4563f3bbd8c2467ec1dc214c Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Fri, 5 Aug 2016 13:11:06 +0200
Subject: [PATCH] fix parameter description

---
 acast2/src/acast.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/acast2/src/acast.cpp b/acast2/src/acast.cpp
index caea20f99e..28820b58cf 100644
--- a/acast2/src/acast.cpp
+++ b/acast2/src/acast.cpp
@@ -24,7 +24,7 @@ int main(int argc, char** argv) {
 
 		TCLAP::CmdLine cmd("cast binary", ' ', "0.01");
 
-		TCLAP::ValueArg<std::string> input(	"i",	"input",	"Input to echo",	false,	"-",		"file");
+		TCLAP::ValueArg<std::string> input(	"i",	"input",	"Input to cast",	false,	"-",		"file");
 		cmd.add( input );
 
 		TCLAP::ValueArg<std::string> type(	"t",	"type",		"Output type",		true,	"",		"string");
-- 
GitLab