From a85b17a463bd5c1b34064192ef33263d4afc7db6 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Mon, 21 Feb 2011 12:06:49 +1100 Subject: [PATCH] Minor help change. --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 2b8ce56..860e0c5 100644 --- a/main.c +++ b/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"); }