Skip to content

Commit 00ebedd

Browse files
author
Paul Dreik
committed
fix formatting error in -h output
1 parent 7fe6cbc commit 00ebedd

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

rdfind.cc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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 "

0 commit comments

Comments
 (0)