Skip to content

Commit

Permalink
Merge pull request #51 from jcfp/master
Browse files Browse the repository at this point in the history
Add new options -N / -S to manpage and fix typo in their description
  • Loading branch information
PeterBClements committed May 27, 2015
2 parents 1c54ef1 + 9ddc890 commit d5c9033
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion commandline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ void CommandLine::usage(void)
" -p : Purge backup files and par files on successful recovery or\n"
" when no recovery is needed\n"
" -R : Recurse into subdirectories (only useful on create)\n"
" -N : No data skipping (find badly misspositioned data blocks)\n"
" -N : No data skipping (find badly mispositioned data blocks)\n"
" -S<n> : Skip leaway (distance +/- from expected block position)\n"
" -- : Treat all remaining CommandLine as filenames\n"
"\n";
Expand Down
6 changes: 6 additions & 0 deletions par2.1
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ Purge backup files and par files on successful recovery or when no recovery is n
.B \-R
Recurse into subdirectories (only useful on create)
.TP
.B \-N
No data skipping (find badly mispositioned data blocks)
.TP
.B \-S<n>
Skip leaway (distance +/\- from expected block position)
.TP
.B \-\-
Treat all remaining command line as filenames
.SH AUTHORS
Expand Down

0 comments on commit d5c9033

Please sign in to comment.