update Usage text v_0
authorFrantišek Kučera <franta-hg@frantovo.cz>
Tue, 22 Jan 2019 16:12:32 +0100
branchv_0
changeset 4 9b4fe4bc5f0f
parent 3 d4d0e50f54da
child 5 17bb45570099
update Usage text
src/GuileHandler.h
--- a/src/GuileHandler.h	Tue Jan 22 15:07:21 2019 +0100
+++ b/src/GuileHandler.h	Tue Jan 22 16:12:32 2019 +0100
@@ -109,7 +109,7 @@
 			relationNameRegEx = wregex(arguments[0]);
 			guileCode = arguments[1];
 		} else {
-			throw cli::RelpipeCLIException(L"Usage: relpipe-tr-guile <relationNameRegExp>", cli::CLI::EXIT_CODE_UNKNOWN_COMMAND);
+			throw cli::RelpipeCLIException(L"Usage: relpipe-tr-guile <relationNameRegExp> <whereConditionGuileCode>", cli::CLI::EXIT_CODE_UNKNOWN_COMMAND);
 		}
 	}