From b734579e480ed96ece254a0112d0eb2425eedcf1 Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Thu, 29 Jul 2021 15:24:28 +0200 Subject: [PATCH] Clarify help text for --vt-verification-collation Omitting the option is now also mentioned. --- doc/gvmd.8 | 2 +- doc/gvmd.8.xml | 2 +- doc/gvmd.html | 2 +- src/gvmd.c | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/gvmd.8 b/doc/gvmd.8 index e0f3689ba..a49ea030d 100644 --- a/doc/gvmd.8 +++ b/doc/gvmd.8 @@ -204,7 +204,7 @@ Verify scanner SCANNER-UUID and exit. Print version and exit. .TP \fB--vt-verification-collation=\fICOLLATION\fB\f1 -Set collation for VT verification to COLLATION, leave empty to choose automatically. Should be 'ucs_default' if DB uses UTF-8 or 'C' for single-byte encodings. +Set collation for VT verification to COLLATION, omit or leave empty to choose automatically. Should be 'ucs_default' if DB uses UTF-8 or 'C' for single-byte encodings. .SH SIGNALS SIGHUP causes gvmd to rebuild the database with information from the Scanner (openvas). .SH EXAMPLES diff --git a/doc/gvmd.8.xml b/doc/gvmd.8.xml index 4cbc22f43..66b1e6ec1 100644 --- a/doc/gvmd.8.xml +++ b/doc/gvmd.8.xml @@ -453,7 +453,7 @@ along with this program. If not, see .

--vt-verification-collation=COLLATION

- Set collation for VT verification to COLLATION, leave empty + Set collation for VT verification to COLLATION, omit or leave empty to choose automatically. Should be 'ucs_default' if DB uses UTF-8 or 'C' for single-byte encodings.

diff --git a/doc/gvmd.html b/doc/gvmd.html index 5d0f69f1a..103199801 100644 --- a/doc/gvmd.html +++ b/doc/gvmd.html @@ -415,7 +415,7 @@

Options

--vt-verification-collation=COLLATION

- Set collation for VT verification to COLLATION, leave empty + Set collation for VT verification to COLLATION, omit or leave empty to choose automatically. Should be 'ucs_default' if DB uses UTF-8 or 'C' for single-byte encodings.

diff --git a/src/gvmd.c b/src/gvmd.c index e31bbbfe8..d699db061 100644 --- a/src/gvmd.c +++ b/src/gvmd.c @@ -2150,9 +2150,9 @@ gvmd (int argc, char** argv) NULL }, { "vt-verification-collation", '\0', 0, G_OPTION_ARG_STRING, &vt_verification_collation, - "Set collation for VT verification to , leave empty" - " to choose automatically. Should be 'ucs_default' if DB uses UTF-8" - " or 'C' for single-byte encodings.", + "Set collation for VT verification to , omit or leave" + " empty to choose automatically. Should be 'ucs_default' if DB uses" + " UTF-8 or 'C' for single-byte encodings.", "" }, { NULL } };