--- plzip-1.13-rc1/main.cc	2026-01-14 21:55:17.000000000 +0100
+++ plzip-1.13-rc1-1/main.cc	2026-01-19 22:25:19.273814300 +0100
@@ -104,7 +104,7 @@ bool delete_output_on_interrupt = false;
 void show_help( const long num_online )
   {
   if( verbosity <= 0 ) std::fputs(
-    "Plzip is a multithreaded implementation of lzip. Use '-vh' for full help.\n", stdout );
+    "Plzip is a multithreaded implementation of lzip\n", stdout );
   else std::fputs(
     "Plzip is a massively parallel (multithreaded) implementation of lzip. Plzip\n"
     "uses the compression library lzlib.\n"
@@ -128,7 +128,7 @@ void show_help( const long num_online )
     "The number of threads defaults to the number of processors.\n", stdout );
   std::printf( "\nUsage: %s [options] [files]\n", invocation_name );
   std::printf( "\nOptions:\n"
-    "  -h, --help                     display this help and exit\n"
+    "  -h, --help                     display help and exit, use '-vh' for full help\n"
     "  -V, --version                  output version information and exit\n"
     "  -a, --trailing-error           exit with error status if trailing data\n"
     "  -B, --data-size=<bytes>        set size of input data blocks [2x8=16 MiB]\n"
