From f163f92216027b01270f674dfd3b7fcffb331d87 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 18 Jun 2015 03:46:06 +0300 Subject: test: fix usage messages --- test/common_aes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/common_aes.hpp') 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"; } -- cgit v1.2.3