diff options
Diffstat (limited to 'utils/block/cxx/aes_encrypt_block.cpp')
-rw-r--r-- | utils/block/cxx/aes_encrypt_block.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |