Add manpage entry for encryption option.

This commit is contained in:
Con Kolivas 2011-03-18 23:38:02 +11:00
parent 63fb1bafea
commit 53a6dfd723
2 changed files with 13 additions and 1 deletions

2
main.c
View file

@ -169,7 +169,7 @@ static void usage(void)
print_output("General options:\n");
print_output(" -c check integrity of file written on decompression\n");
print_output(" -d decompress\n");
print_output(" -e password protected encryption on compression\n");
print_output(" -e password protected sha512/aes128 encryption on compression\n");
print_output(" -h|-? show help\n");
print_output(" -H display md5 hash integrity information\n");
print_output(" -i show compressed file information\n");