Skip to content

Commit

Permalink
Merge pull request #60 from scop/master
Browse files Browse the repository at this point in the history
Adjust usage message to note multiple input file arguments are ok
  • Loading branch information
lvandeve committed Jun 17, 2015
2 parents 733bd52 + f3d039a commit 6ff3ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zopfli/zopfli_bin.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ int main(int argc, char* argv[]) {
}
else if (StringsEqual(arg, "-h")) {
fprintf(stderr,
"Usage: zopfli [OPTION]... FILE\n"
"Usage: zopfli [OPTION]... FILE...\n"
" -h gives this help\n"
" -c write the result on standard output, instead of disk"
" filename + '.gz'\n"
Expand Down

1 comment on commit 6ff3ba2

@hajer1991
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i want talk to you please
i need to understand sphere decoder

Please sign in to comment.