Improved help

This commit is contained in:
Mészáros Mihály 2016-08-02 12:18:36 +02:00
parent 3d088acd4e
commit 9c8b4ac715

View File

@ -390,7 +390,7 @@ int main(int argc, char **argv)
}
if (!(encrypt_flag || decrypt_flag)){
fprintf(stderr, "Hey, encrypt or decrypt?\n");
fprintf(stderr, "Hey, encrypt or decrypt?\nPlease use -h or --help for the detailed help\n");
exit(-1);
}