summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2022-04-12 18:29:58 +0200
committerPhil Sutter <phil@nwl.cc>2022-08-30 15:38:05 +0200
commita83ccf85fcad7383236aeb5b75490831edfdcd28 (patch)
tree68833d909c10227cf756d22d83b2e4d50517cef1
parent187c6d01d35722618c2711bbc49262c286472c8f (diff)
doc: nft.8: Add missing '-T' in synopsis
Originally a typo in fixed commit: It added 't' in lower case, but meanwhile '-t' was added as well. Fixes: f8f32deda31df ("meta: Introduce new conditions 'time', 'day' and 'hour'") Signed-off-by: Phil Sutter <phil@nwl.cc>
-rw-r--r--doc/nft.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nft.txt b/doc/nft.txt
index f7a53ac9..16c68322 100644
--- a/doc/nft.txt
+++ b/doc/nft.txt
@@ -9,7 +9,7 @@ nft - Administration tool of the nftables framework for packet filtering and cla
SYNOPSIS
--------
[verse]
-*nft* [ *-nNscaeSupyjt* ] [ *-I* 'directory' ] [ *-f* 'filename' | *-i* | 'cmd' ...]
+*nft* [ *-nNscaeSupyjtT* ] [ *-I* 'directory' ] [ *-f* 'filename' | *-i* | 'cmd' ...]
*nft* *-h*
*nft* *-v*