Skip to content

Commit

Permalink
show default values for decimal separator ratios
Browse files Browse the repository at this point in the history
  • Loading branch information
auerswal committed Apr 19, 2021
1 parent dc463a5 commit 1617787
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions help.c
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,8 @@ void usage(char *name, FILE *f)
print_lum_key(DEFAULT_LUM_FORMULA, f); fprintf(f, "\n");
fprintf(f, " height/width threshold = %2d\n", ONE_RATIO);
fprintf(f, " width/height threshold for minus sign = %2d\n", MINUS_RATIO);
fprintf(f, " max_dig_h/h threshold for decimal sep = %2d\n", DEC_H_RATIO);
fprintf(f, " max_dig_w/w threshold for decimal sep = %2d\n", DEC_W_RATIO);
fprintf(f, " character set = ");
print_cs_key(DEFAULT_CHARSET, f); fputs("\n", f);
fprintf(f, "\nOperation: The IMAGE is read, the COMMANDs are processed in the sequence\n");
Expand Down

0 comments on commit 1617787

Please sign in to comment.