aboutsummaryrefslogtreecommitdiffstats
path: root/zlib-flate/zlib-flate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'zlib-flate/zlib-flate.cc')
-rw-r--r--zlib-flate/zlib-flate.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/zlib-flate/zlib-flate.cc b/zlib-flate/zlib-flate.cc
index 1b1743b0..198ef07b 100644
--- a/zlib-flate/zlib-flate.cc
+++ b/zlib-flate/zlib-flate.cc
@@ -15,10 +15,9 @@ void
usage()
{
std::cerr << "Usage: " << whoami << " { -uncompress | -compress[=n] }" << std::endl
- << "If n is specified with -compress, it is a"
- << " zlib compression level from" << std::endl
- << "1 to 9 where lower numbers are faster and"
- << " less compressed and higher" << std::endl
+ << "If n is specified with -compress, it is a zlib compression level from"
+ << std::endl
+ << "1 to 9 where lower numbers are faster and less compressed and higher" << std::endl
<< "numbers are slower and more compressed" << std::endl;
exit(2);
}