Skip to content
Snippets Groups Projects
Commit 8859c81c authored by Jan Trávníček's avatar Jan Trávníček
Browse files

fix cli help

parent dba2daf4
No related branches found
No related tags found
No related merge requests found
......@@ -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 == "" ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment