summaryrefslogtreecommitdiff
path: root/src/main/c/inflate.c
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2023-02-19 17:42:17 +0100
committerAndreas Fankhauser hiddenalpha.ch2023-02-19 17:42:17 +0100
commit0365d5d1e236e72debee8e6f5e7156cfebed6c8d (patch)
treed5734a294241216cb56d8fbd51e8b13ea7f4bead /src/main/c/inflate.c
parent54d94d6c3318850c340d18f51343e1caf1ef56f4 (diff)
downloadDeflateAndInflate-wip-RewordHelpPages-20230219.zip
DeflateAndInflate-wip-RewordHelpPages-20230219.tar.gz
Reword help pages. Small change only.wip-RewordHelpPages-20230219
Diffstat (limited to 'src/main/c/inflate.c')
-rw-r--r--src/main/c/inflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/c/inflate.c b/src/main/c/inflate.c
index ab4eb0b..e47eda3 100644
--- a/src/main/c/inflate.c
+++ b/src/main/c/inflate.c
@@ -26,7 +26,7 @@ struct MyInflate {
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"
" inflates stdin to stdout\n"
"\n"