mirror of
https://github.com/ckolivas/lrzip.git
synced 2026-04-04 13:57:40 +00:00
Add manpage entry for encryption option.
This commit is contained in:
parent
63fb1bafea
commit
53a6dfd723
2 changed files with 13 additions and 1 deletions
2
main.c
2
main.c
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue