diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/nft.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/nft.xml b/doc/nft.xml index e9ccd63c..970acb54 100644 --- a/doc/nft.xml +++ b/doc/nft.xml @@ -52,6 +52,9 @@ vi:ts=4 sw=4 <option>-s | --stateless</option> </arg> <arg choice="opt"> + <option>-c | --check</option> + </arg> + <arg choice="opt"> <option>[-I | --includepath]</option> <replaceable>directory</replaceable> </arg> @@ -130,6 +133,14 @@ vi:ts=4 sw=4 </listitem> </varlistentry> <varlistentry> + <term><option>-c, --check</option></term> + <listitem> + <para> + Check commands validity without actually applying the changes. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><option>-N</option></term> <listitem> <para> |