summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2019-10-21 22:49:21 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-10-22 09:39:33 +0200
commit27c9fc5e879c903e4e9ddefc27b0110bab3a1d87 (patch)
treede647217b93a03164710a597fcd3008b4ab490b7 /doc
parent9fc71bc6b602c8706d1214e0100bcd7638c257e3 (diff)
src: use `-T` as the short option for `--numeric-time`.
A new `--terse` option will be introduced in a later patch. Change the short option used for `--numeric-time` from `-t` to `-T` in order to leave `-t` free. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/nft.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nft.txt b/doc/nft.txt
index 9bc5986b..616640a8 100644
--- a/doc/nft.txt
+++ b/doc/nft.txt
@@ -93,7 +93,7 @@ For a full summary of options, run *nft --help*.
Read input from an interactive readline CLI. You can use quit to exit, or use the EOF marker,
normally this is CTRL-D.
-*-t*::
+*-T*::
*--numeric-time*::
Show time, day and hour values in numeric format.