aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/block/cxx/aes_decrypt_block.cpp2
-rw-r--r--utils/block/cxx/aes_encrypt_block.cpp2
-rw-r--r--utils/file/cxx/aes_decrypt_file.cpp2
-rw-r--r--utils/file/cxx/aes_encrypt_file.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/utils/block/cxx/aes_decrypt_block.cpp b/utils/block/cxx/aes_decrypt_block.cpp
index 9898d4e..835d945 100644
--- a/utils/block/cxx/aes_decrypt_block.cpp
+++ b/utils/block/cxx/aes_decrypt_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;
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;
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;
diff --git a/utils/file/cxx/aes_encrypt_file.cpp b/utils/file/cxx/aes_encrypt_file.cpp
index 0b367d9..ff6753f 100644
--- a/utils/file/cxx/aes_encrypt_file.cpp
+++ b/utils/file/cxx/aes_encrypt_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;