From 12596f27dd366bf089134aacfda37e7ecce2a024 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 24 Jun 2015 06:18:46 +0300 Subject: fix usage messages --- utils/block/cxx/aes_encrypt_block.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/block/cxx/aes_encrypt_block.cpp') diff --git a/utils/block/cxx/aes_encrypt_block.cpp b/utils/block/cxx/aes_encrypt_block.cpp index 9458831..cd92fa3 100644 --- a/utils/block/cxx/aes_encrypt_block.cpp +++ b/utils/block/cxx/aes_encrypt_block.cpp @@ -19,7 +19,7 @@ int main(int argc, char** argv) { try { - CommandLineParser cmd_parser("encrypt_block_aes.exe"); + CommandLineParser cmd_parser("aes_encrypt_block.exe"); if (!cmd_parser.parse_options(argc, argv)) return 0; -- cgit v1.2.3