Cli Wording...

This commit is contained in:
Leonetienne
2022-01-21 21:07:44 +01:00
parent ef3ccb876f
commit 19f3d61335
4 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@ const Flexblock GetInputText(bool encryptionMode)
return ReadFileToBits(CommandlineInterface::Get()["--infile"].GetString());
// Unreachable
throw std::runtime_error("This code should not have been reached. Most likely, the cli argument parser failed making sure at least one key method was supplied.");
throw std::runtime_error("This code should not have been reached. Most likely, the cli argument parser failed making sure at least one input method was supplied.");
}
const std::string GetOutfileName(const bool isEncryptionMode)