Skip to content

Commit

Permalink
Added -trace to help output
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Aug 17, 2014
1 parent c06aaaf commit 70a7a26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion unsquashfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2844,7 +2844,9 @@ int main(int argc, char *argv[])
"regular expressions\n");
ERROR("\t\t\t\trather than use the default shell "
"wildcard\n\t\t\t\texpansion (globbing)\n");
// CJH: Added -comp, -be, -le, -major, -minor and lzma options help output
// CJH: Added -comp, -be, -le, -major, -minor, -trace and lzma options help output
ERROR("\n");
ERROR("\t-trace\t\t\tEnable verbose trace output\n");
ERROR("\t-lc <value>\t\tSet the lzma-adaptive lc parameter [0-4]\n");
ERROR("\t-lp <value>\t\tSet the lzma-adaptive lp parameter [0-4]\n");
ERROR("\t-pb <value>\t\tSet the lzma-adaptive pb parameter [0-8]\n");
Expand Down

0 comments on commit 70a7a26

Please sign in to comment.