Fix indentation in --help output

This commit is contained in:
Richard Hansen 2024-03-15 13:49:51 -07:00
parent 9885d55a37
commit 640a6f08d7

View file

@ -1026,9 +1026,9 @@ my @opt = (
"", "",
["use", "=s", "-use <which> : deprecated, see 'usev4' and 'usev6'"], ["use", "=s", "-use <which> : deprecated, see 'usev4' and 'usev6'"],
&ip_strategies_usage(), &ip_strategies_usage(),
[ "usev4", "=s", "-usev4 <which> : how the should IPv4 address be obtained."], ["usev4", "=s", "-usev4 <which> : how the should IPv4 address be obtained."],
&ipv4_strategies_usage(), &ipv4_strategies_usage(),
[ "usev6", "=s", "-usev6 <which> : how the should IPv6 address be obtained."], ["usev6", "=s", "-usev6 <which> : how the should IPv6 address be obtained."],
&ipv6_strategies_usage(), &ipv6_strategies_usage(),
"", "",
" Options that apply to 'use=ip':", " Options that apply to 'use=ip':",
@ -1076,8 +1076,8 @@ my @opt = (
["ssl", "!", "-{no}ssl : do updates over encrypted SSL connection"], ["ssl", "!", "-{no}ssl : do updates over encrypted SSL connection"],
["ssl_ca_dir", "=s", "-ssl_ca_dir <dir> : look in <dir> for certificates of trusted certificate authorities (default: auto-detect)"], ["ssl_ca_dir", "=s", "-ssl_ca_dir <dir> : look in <dir> for certificates of trusted certificate authorities (default: auto-detect)"],
["ssl_ca_file", "=s", "-ssl_ca_file <file> : look at <file> for certificates of trusted certificate authorities (default: auto-detect)"], ["ssl_ca_file", "=s", "-ssl_ca_file <file> : look at <file> for certificates of trusted certificate authorities (default: auto-detect)"],
["fw-ssl-validate", "!", "-{no}fw-ssl-validate : Validate SSL certificate when retrieving IP address from firewall"], ["fw-ssl-validate", "!", "-{no}fw-ssl-validate : Validate SSL certificate when retrieving IP address from firewall"],
["web-ssl-validate", "!","-{no}web-ssl-validate : Validate SSL certificate when retrieving IP address from web"], ["web-ssl-validate", "!", "-{no}web-ssl-validate : Validate SSL certificate when retrieving IP address from web"],
["retry", "!", "-{no}retry : retry failed updates"], ["retry", "!", "-{no}retry : retry failed updates"],
["force", "!", "-{no}force : force an update even if the update may be unnecessary"], ["force", "!", "-{no}force : force an update even if the update may be unnecessary"],
["timeout", "=i", "-timeout <max> : when fetching a URL, wait at most <max> seconds for a response"], ["timeout", "=i", "-timeout <max> : when fetching a URL, wait at most <max> seconds for a response"],