summaryrefslogtreecommitdiff
path: root/src/main/c/deflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/c/deflate.c')
-rw-r--r--src/main/c/deflate.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/c/deflate.c b/src/main/c/deflate.c
index 120ed64..e473d5b 100644
--- a/src/main/c/deflate.c
+++ b/src/main/c/deflate.c
@@ -30,11 +30,11 @@ struct Deflate {
static void printHelp( void ){
- printf("\n %s%s", strrchr(__FILE__,'/')+1, " @ " STR_QUOT(PROJECT_VERSION) "\n"
+ printf("\n %s%s", strrchr(__FILE__,'/')+1, " " STR_QUOT(PROJECT_VERSION) "\n"
"\n"
- "deflates stdin to stdout\n"
+ " deflates stdin to stdout\n"
"\n"
- "Options:\n"
+ " Options:\n"
"\n"
" --level\n"
" Compression level 0-9 (0 fastest, 9 smallest).\n"