Index: /trunk/src/kDeDup/kDeDup.c
===================================================================
--- /trunk/src/kDeDup/kDeDup.c	(revision 3128)
+++ /trunk/src/kDeDup/kDeDup.c	(revision 3129)
@@ -169,5 +169,5 @@
 *********************************************************************************************************************************/
 /** The verbosity level. */
-static unsigned g_cVerbosity                    = 2;
+static unsigned g_cVerbosity                    = 0;
 
 /** Whether to recurse into subdirectories. */
@@ -680,4 +680,9 @@
             "  --no-one-file-system, --cross-file-systems\n"
             "    Reverses the effect of --one-file-system.\n"
+            "  -q, --quiet, -v,--verbose\n"
+            "    Controls the output level.\n"
+            "  --hardlink-duplicates\n"
+            "    Hardlink duplicate files to remove duplicates and save space.  By default\n"
+            "    no action is taken and only analysis is done.\n"
             );
     return 0;
