Skip to content

Commit

Permalink
help menu fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
MertGunduz committed Nov 17, 2023
1 parent 8faf440 commit cc58bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/menus/help_menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ void help_menu()
fprintf(stdout, "--decrypt \"[TEXT]\" decrypts the given text\n\n");

fprintf(stdout, "sub64 key generation\n");
fprintf(stdout, "--genkey \"[SEED]\" generates a key by using seed\n\n");
fprintf(stdout, "--gen-key \"[SEED]\" generates a key by using seed\n\n");

fprintf(stdout, "yiffy information menu arguments\n");
fprintf(stdout, "--help outputs the help menu\n");
Expand Down

0 comments on commit cc58bd4

Please sign in to comment.