From 8859c81c30bbea1e717026cc0c9f4c5fe2456083 Mon Sep 17 00:00:00 2001
From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz>
Date: Fri, 18 Aug 2017 23:24:48 +0200
Subject: [PATCH] fix cli help

---
 alib2cli/src/command/HelpCommand.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alib2cli/src/command/HelpCommand.h b/alib2cli/src/command/HelpCommand.h
index 1b9bbb0876..564f7a7279 100644
--- a/alib2cli/src/command/HelpCommand.h
+++ b/alib2cli/src/command/HelpCommand.h
@@ -54,7 +54,7 @@ public:
 			std::cout << ">identifier   - a value to a xml file, identifier is an immediate value (ResultFileStatement)" << std::endl;
 			std::cout << ">#identifier  - a value to a xml file, identified by an environment variable (ResultFileStatement)" << std::endl;
 			std::cout << ">$identifier  - a value to a variable, identifier is an immediate value  (ResultVariableStatement)" << std::endl;
-			std::cout << ">$:identifier - a value to a variable, identified by an environment variable (ResultVariableStatement)" << std::endl;
+			std::cout << ">$#identifier - a value to a variable, identified by an environment variable (ResultVariableStatement)" << std::endl;
 			std::cout << ">             - a value is discarded" << std::endl;
 			std::cout << "              - an empty output specifier prints the result to the stdout (ResultPrintStatement)" << std::endl;
 		} else if ( command == "" ) {
-- 
GitLab