man: add --keep-going
authorJean Privat <jean@pryen.org>
Thu, 16 Apr 2015 15:04:04 +0000 (22:04 +0700)
committerJean Privat <jean@pryen.org>
Thu, 16 Apr 2015 15:04:04 +0000 (22:04 +0700)
Signed-off-by: Jean Privat <jean@pryen.org>

share/man/nitc.md

index b2e664a..bc21fd3 100644 (file)
@@ -435,6 +435,11 @@ They are useless for a normal user.
 `--stub-man`
 :   Generate a stub manpage in pandoc markdown format.
 
+`--keep-going`
+:   Continue after errors, whatever the consequences.
+
+The tool does not stop after some errors but continue until it produces incorrect result, crashes, erases the hard drive, or just continue forever in an infinite loop.
+This option is used to test the robustness of the tools by allowing phases to progress on incorrect data.
 
 # ENVIRONMENT VARIABLES