From b257cb576d59a5f9453eafea611fa4393287ecea Mon Sep 17 00:00:00 2001 From: Kaarle Ritvanen Date: Thu, 3 May 2012 10:28:04 +0000 Subject: [PATCH] adjust command line help text --- awall-cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/awall-cli b/awall-cli index 121aa9e..ccba478 100755 --- a/awall-cli +++ b/awall-cli @@ -19,7 +19,7 @@ function help() Alpine Wall usage Translate policy files to firewall configuration files: - awall translate [--output ] [--verify] + awall translate [-o|--output ] [-V|--verify] The --verify option makes awall verify the configuration using the test mode of iptables-restore before overwriting the old files. @@ -33,10 +33,10 @@ Translate policy files to firewall configuration files: Run-time activation of new firewall configuration: awall activate - This function genereates firewall configuration from the policy + This command genereates firewall configuration from the policy files and enables it. If the user confirms the new configuration - by hitting RETURN within 10 seconds, the configuration is saved - to the files. Otherwise, the old configuration is restored. + by hitting RETURN within 10 seconds, the configuration is saved to + the files. Otherwise, the old configuration is restored. Enable/disable optional policies: awall {enable|disable} ... -- GitLab