]> git.proxmox.com Git - pmg-api.git/commitdiff
config: fix missing quote in description
authorStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 27 Mar 2023 12:45:19 +0000 (14:45 +0200)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Mon, 27 Mar 2023 12:45:19 +0000 (14:45 +0200)
omission noticed while reviewing the corresponding docs-changes

fixes 848fbc11c572094d900529b940fea384a909b0db
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
src/PMG/Config.pm

index d49e768268e03db12d662972ea2cbea2ff5db480..042da6fb4100d7bad7b1237c6e3515fd98c0c236 100755 (executable)
@@ -651,7 +651,7 @@ sub properties {
            default => 64,
        },
        helotests => {
-           description => "Use SMTP HELO tests. (postfix option `smtpd_helo_restrictions)",
+           description => "Use SMTP HELO tests. (postfix option `smtpd_helo_restrictions`)",
            type => 'boolean',
            default => 0,
        },