Skip to content

Commit

Permalink
Merge pull request #200 from slycordinator/verbose_help
Browse files Browse the repository at this point in the history
Change help section "verbose" output to match the manpage and program behavior
  • Loading branch information
kohler authored Mar 7, 2024
2 parents 33015b1 + 8fc4f71 commit 338d286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.c
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ General options: Also --no-OPTION for info and verbose.\n\
--color-info, --cinfo --info plus colormap details.\n\
--extension-info, --xinfo --info plus extension details.\n\
--size-info, --sinfo --info plus compression information.\n\
-V, --verbose Prints progress information.\n",
-V, --verbose Prints progress information (files read and written).\n",
q0, q1);
printf("\
-h, --help Print this message and exit.\n\
Expand Down

0 comments on commit 338d286

Please sign in to comment.