Skip to content

Commit

Permalink
Change verbose output to match the manpage/behavior
Browse files Browse the repository at this point in the history
Changes help section to say that verbose is just about the files that have being read/written to, which makes it match the manpage.

Without this, the user will likely expect something more verbose that tells one about how the task is progressing.
  • Loading branch information
slycordinator committed Mar 7, 2024
1 parent 33015b1 commit 8fc4f71
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 8fc4f71

Please sign in to comment.