From 8edc4bd052126398bca4caee9bce459f036e837f Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 23 Feb 2011 01:29:17 +1100 Subject: [PATCH] Trivial --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index 192130c..f8dea41 100644 --- a/main.c +++ b/main.c @@ -59,8 +59,8 @@ static void usage(void) print_output(" -w size maximum compression window in hundreds of MB\n"); print_output(" default chosen by heuristic dependent on ram and chosen compression\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("TMP environment variable will be used for storage of temporary files when needed.\n"); + print_output("TMPDIR may also be stored in lrzip.conf file.\n"); print_output("\nIf no filenames or \"-\" is specified, stdin/out will be used.\n"); }