diff options
author | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-15 15:56:15 +0100 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2009-02-15 15:56:15 +0100 |
commit | 2304918b8e82e57be87882c97dfc32c4848d68af (patch) | |
tree | d5210c31aeb83048529c56d1ef929f029b564753 /conntrackd.8 | |
parent | c4ef74420bc09b82146190870186fb067ac163e9 (diff) | |
download | conntrack-tools-2304918b8e82e57be87882c97dfc32c4848d68af.tar.gz conntrack-tools-2304918b8e82e57be87882c97dfc32c4848d68af.zip |
conntrackd: display help information with `-h'
This patch also adds missing `-v' information to the manpage.
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'conntrackd.8')
-rw-r--r-- | conntrackd.8 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/conntrackd.8 b/conntrackd.8 index 2002738..cd7d084 100644 --- a/conntrackd.8 +++ b/conntrackd.8 @@ -55,6 +55,12 @@ Force a resync against the kernel connection tracking table .TP .BI "-t " Reset the in-kernel timers (See PurgeTimeout clause) +.TP +.BI "-v " +Display version information. +.TP +.BI "-h " +Display help information. .SH DIAGNOSTICS The exit code is 0 for correct function. Errors cause an exit code of 1. .SH EXAMPLES |