validate: update help text for --use-regex

This commit is contained in:
Starbeamrainbowlabs 2020-07-24 17:01:51 +01:00
parent 4d15f4f6df
commit cbf47e78af
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 data elements on a line). Makes the parser more tolerant, but less performant."
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."
default_value = false
type = "boolean"