From fc4daae0cd7b181365afd3c086d554806c1475f7 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 17 Mar 2024 13:21:03 -0700 Subject: [PATCH] Consistently use `|` in placeholders for `--help` usage --- ddclient.in | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ddclient.in b/ddclient.in index eca54bb..ef2ddb0 100755 --- a/ddclient.in +++ b/ddclient.in @@ -1037,20 +1037,20 @@ my @opt = ( ["ifv6", "=s", "-ifv6 : obtain IPv6 address from "], "", " Options that apply to 'use=web':", - ["web", "=s", "-web | : deprecated, use 'webv4' or 'webv6'"], + ["web", "=s", "-web : deprecated, use 'webv4' or 'webv6'"], ["web-skip", "=s", "-web-skip : deprecated, use 'webv4-skip' or 'webv6-skip'"], - ["webv4", "=s", "-webv4 |: obtain IPv4 address from a web-based IP discovery service, either a known or a custom "], + ["webv4", "=s", "-webv4 : obtain IPv4 address from a web-based IP discovery service, either a known or a custom "], ["webv4-skip", "=s", "-webv4-skip : skip any IP addresses before in the output of 'ip address show dev ' (or 'ifconfig ')"], - ["webv6", "=s", "-webv6 |: obtain IPv6 address from a web-based IP discovery service, either a known or a custom "], + ["webv6", "=s", "-webv6 : obtain IPv6 address from a web-based IP discovery service, either a known or a custom "], ["webv6-skip", "=s", "-webv6-skip : skip any IP addresses before in the output of 'ip address show dev ' (or 'ifconfig ')"], ["list-web-services", "", "-list-web-services : print a machine-readable list of web-based IP discovery services for use with 'web=' and exit. Format: one service per line, each line has the form ' '"], "", " Options that apply to 'use=fw' and 'use=':", - ["fw", "=s", "-fw
| : deprecated, use 'fwv4' or 'fwv6'"], + ["fw", "=s", "-fw : deprecated, use 'fwv4' or 'fwv6'"], ["fw-skip", "=s", "-fw-skip : deprecated, use 'fwv4-skip' or 'fwv6-skip'"], - ["fwv4", "=s", "-fwv4
| : obtain IPv4 address from device with IP address
or URL "], + ["fwv4", "=s", "-fwv4 : obtain IPv4 address from device with IP address
or URL "], ["fwv4-skip", "=s", "-fwv4-skip : skip any IP addresses before in the text returned from the device"], - ["fwv6", "=s", "-fwv6
| : obtain IPv6 address from device with IP address
or URL "], + ["fwv6", "=s", "-fwv6 : obtain IPv6 address from device with IP address
or URL "], ["fwv6-skip", "=s", "-fwv6-skip : skip any IP addresses before in the text returned from the device"], ["fw-login", "=s", "-fw-login : use when getting the IP from the device"], ["fw-password", "=s", "-fw-password : use password when getting the IP from the device"],