validate: update help again

This commit is contained in:
Starbeamrainbowlabs 2020-07-24 17:02:25 +01:00
parent cbf47e78af
commit 79e9a6c108
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@ type = "string"
[[arguments]]
name = "use-regex"
description = "When in stream mode, setting this flag causes a regular expression to be used when parsing input data (otherwise it is assumed a single space separates elements on a line). Makes the parser more tolerant, but less performant."
description = "When in stream mode only, setting this flag causes a regular expression to be used when parsing input data (otherwise it is assumed a single space separates elements on a line). Makes the parser more tolerant, but less performant."
default_value = false
type = "boolean"