diff options
-rw-r--r-- | test/common_aes.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/common_aes.hpp b/test/common_aes.hpp index d34d72f..08b92f4 100644 --- a/test/common_aes.hpp +++ b/test/common_aes.hpp @@ -104,7 +104,7 @@ namespace void print_usage() { - std::cout << "CommandLineParser: " << m_program_name << " [OPTIONS...] [-- KEY [IV] [PLAINTEXT...]...]\n"; + std::cout << "Usage: " << m_program_name << " [OPTIONS...] [-- KEY [IV] [PLAINTEXT...]...]\n"; std::cout << m_options << "\n"; } |