mirror of
https://github.com/ckolivas/lrzip.git
synced 2025-12-06 07:12:00 +01:00
Minor help change.
This commit is contained in:
parent
74df2b5973
commit
a85b17a463
4
main.c
4
main.c
|
|
@ -55,10 +55,10 @@ static void usage(void)
|
|||
print_output(" -H display md5 hash integrity information\n");
|
||||
print_output(" -c check integrity of file written on decompression\n");
|
||||
print_output(" -k keep broken or damaged output files\n");
|
||||
print_output("LRZIP=NOCONFIG environment variable setting can be used to bypass lrzip.conf.\n");
|
||||
print_output("\nLRZIP=NOCONFIG environment variable setting can be used to bypass lrzip.conf.\n");
|
||||
print_output("TMP environment variable will be used for storage of temporary files when needed.\n\
|
||||
TMPDIR may also be stored in lrzip.conf file.\n");
|
||||
print_output("\nIf no filenames or \"-\" is specified, stdin/out will be used.\n");
|
||||
print_output("If no filenames or \"-\" is specified, stdin/out will be used.\n");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue