From eb6b6b30d7595ee0c98894c63dc0f718cda33b12 Mon Sep 17 00:00:00 2001 From: jcfp Date: Wed, 27 May 2015 18:26:52 +0200 Subject: [PATCH 1/2] add -N / -S options to manpage --- par2.1 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/par2.1 b/par2.1 index 2c74449f..2bbd2729 100644 --- a/par2.1 +++ b/par2.1 @@ -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 +Skip leaway (distance +/\- from expected block position) +.TP .B \-\- Treat all remaining command line as filenames .SH AUTHORS From 9ddc890dec029820b634bb74832329a0a8b4d29b Mon Sep 17 00:00:00 2001 From: jcfp Date: Wed, 27 May 2015 18:27:38 +0200 Subject: [PATCH 2/2] Update commandline.cpp --- commandline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commandline.cpp b/commandline.cpp index b2fdc0bf..c09f5bc5 100644 --- a/commandline.cpp +++ b/commandline.cpp @@ -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 : Skip leaway (distance +/- from expected block position)\n" " -- : Treat all remaining CommandLine as filenames\n" "\n";