From 72df5820430e07aed29dea7bffe8859d92ef8472 Mon Sep 17 00:00:00 2001 From: Joe Cooper Date: Thu, 15 Nov 2018 03:22:28 -0600 Subject: [PATCH] disable-proxy and typo --- bin/disable-proxy | 6 +++--- bin/list-config | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/disable-proxy b/bin/disable-proxy index 50d1b9577..296972ec0 100755 --- a/bin/disable-proxy +++ b/bin/disable-proxy @@ -122,15 +122,15 @@ sub root { =head1 NAME -enable-proxy +disable-proxy =head1 DESCRIPTION -Configure the Webmin web server to be proxied through another web server, like Apache or nginx. This is not usually recommended, and disables some security features, but can help traverse a firewall. +Disable proxy-related features in Webmin. =head1 SYNOPSIS -enable-proxy [options] +disable-proxy [options] =head1 OPTIONS diff --git a/bin/list-config b/bin/list-config index 06fb41d90..3e1e242f4 100755 --- a/bin/list-config +++ b/bin/list-config @@ -17,7 +17,7 @@ sub main { 'help|h' => \$opt{'help'}, 'config|c=s' => \$opt{'config'}, 'module|m=s' => \$opt{'module'}, - option|o=s' => \$opt{'option'}, + 'option|o=s' => \$opt{'option'}, 'describe|d' => \$opt{'describe'} ); pod2usage(0) if ( $opt{'help'} );