Changeset 3129 in kBuild
- Timestamp:
- Jan 6, 2018 1:55:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kDeDup/kDeDup.c
r3012 r3129 169 169 *********************************************************************************************************************************/ 170 170 /** The verbosity level. */ 171 static unsigned g_cVerbosity = 2;171 static unsigned g_cVerbosity = 0; 172 172 173 173 /** Whether to recurse into subdirectories. */ … … 680 680 " --no-one-file-system, --cross-file-systems\n" 681 681 " Reverses the effect of --one-file-system.\n" 682 " -q, --quiet, -v,--verbose\n" 683 " Controls the output level.\n" 684 " --hardlink-duplicates\n" 685 " Hardlink duplicate files to remove duplicates and save space. By default\n" 686 " no action is taken and only analysis is done.\n" 682 687 ); 683 688 return 0;
Note:
See TracChangeset
for help on using the changeset viewer.