# HG changeset patch # User František Kučera # Date 1548169952 -3600 # Node ID 9b4fe4bc5f0fe0d1b5635c9f8ca8146daf1c9b83 # Parent d4d0e50f54da6c5ea8e7a3c4e202a44ae3a955c1 update Usage text diff -r d4d0e50f54da -r 9b4fe4bc5f0f 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 ", cli::CLI::EXIT_CODE_UNKNOWN_COMMAND); + throw cli::RelpipeCLIException(L"Usage: relpipe-tr-guile ", cli::CLI::EXIT_CODE_UNKNOWN_COMMAND); } }