File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -51,16 +51,17 @@ usage()
5151 << " options are (default choice within parentheses)\n "
5252 << ' \n '
5353 << " -ignoreempty (true)| false ignore empty files (true implies "
54- " -minsize 1, false implies -minsize 0)\n "
54+ " -minsize 1,\n "
55+ << " false implies -minsize 0)\n "
5556 << " -minsize N (N=1) ignores files with size less than N "
5657 " bytes\n "
5758 << " -followsymlinks true |(false) follow symlinks\n "
5859 << " -removeidentinode (true)| false ignore files with nonunique "
5960 " device and inode\n "
6061 << " -checksum md5 |(sha1)| sha256\n "
6162 << " checksum type\n "
62- << " -deterministic (true)| false makes results independent of order"
63- << " from listing the filesystem"
63+ << " -deterministic (true)| false makes results independent of order\n "
64+ << " from listing the filesystem\n "
6465 << " -makesymlinks true |(false) replace duplicate files with "
6566 " symbolic links\n "
6667 << " -makehardlinks true |(false) replace duplicate files with "
You can’t perform that action at this time.
0 commit comments