diff options
Diffstat (limited to 'utils/file/cxx/aes_decrypt_file.cpp')
-rw-r--r-- | utils/file/cxx/aes_decrypt_file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/file/cxx/aes_decrypt_file.cpp b/utils/file/cxx/aes_decrypt_file.cpp index af0d119..e2da979 100644 --- a/utils/file/cxx/aes_decrypt_file.cpp +++ b/utils/file/cxx/aes_decrypt_file.cpp @@ -61,7 +61,7 @@ int main(int argc, char** argv) { try { - CommandLineParser cmd_parser("encrypt_file_aes.exe"); + CommandLineParser cmd_parser("aes_encrypt_file.exe"); if (!cmd_parser.parse_options(argc, argv)) return 0; |