Skip to content

Commit

Permalink
document default compression level in -h output
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Feb 24, 2009
1 parent d53975f commit 29a7d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elzma/elzma.c
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ openFiles(const char * ifname, FILE ** inFile, const char * ofname,
"Compress files using the LZMA algorithm (in place by default).\n"\
"\n"\
"Usage: elzma [options] [file]\n"\
" -1 .. -9 compression level, -1 is fast, -9 is best\n"\
" -1 .. -9 compression level, -1 is fast, -9 is best (default 5)\n"\
" -f, --force overwrite output files if they exist\n"\
" -h, --help output this message and exit\n"\
" -k, --keep don't delete input files\n"\
Expand Down

0 comments on commit 29a7d54

Please sign in to comment.