From 8fc4f71a3369aa72154a928433b1a6d2032b3719 Mon Sep 17 00:00:00 2001 From: slycordinator <68940237+slycordinator@users.noreply.github.com> Date: Thu, 7 Mar 2024 13:45:56 +0900 Subject: [PATCH] Change verbose output to match the manpage/behavior 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. --- src/support.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/support.c b/src/support.c index c8d4839..75f9c42 100644 --- a/src/support.c +++ b/src/support.c @@ -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\