aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2020-01-17 18:21:00 +0200
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2020-01-17 18:26:04 +0200
commit6a1dd8fc5bed009657182aac3854c15c4f8c78f8 (patch)
tree16e911e05e74ed1cae7ed276108a8664c6906f5e
parent45cb682982744cd4d6ceb98e56e5e04e1fd04466 (diff)
downloadawall-6a1dd8fc5bed009657182aac3854c15c4f8c78f8.tar.bz2
awall-6a1dd8fc5bed009657182aac3854c15c4f8c78f8.tar.xz
README: align with command line help
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe2c8af..38d2012 100644
--- a/README.md
+++ b/README.md
@@ -668,7 +668,7 @@ Optional policies can be enabled or disabled using this command:
Optional policies can be listed using this command:
- **awall list**
+ **awall list** \[**-a** | **--all**\]
The **enabled** status means that the policy has been enabled by the
user. The **disabled** status means that the policy is not in use. The
@@ -676,6 +676,9 @@ user. The **disabled** status means that the policy is not in use. The
user but is in use because it is required by another policy which is
in use.
+Normally, the command lists only optional policies. Specifying `--all`
+makes it list all policies and more information about them.
+
### Debugging Policies
This command can be used to dump variable, zone, and other definitions
@@ -691,6 +694,6 @@ information is displayed on higher levels.
Displays the difference in the input policy files and generated output
files since the last **translate** or **activate** command.
-When the **--output** option is used, the updated configuration is
+When the `--output` option is used, the updated configuration is
compared to the generated files in the specified directory (generated
by the equivalent **translate** command).