summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-11-05 14:13:27 +0100
committerPhil Sutter <phil@nwl.cc>2019-11-06 21:53:39 +0100
commit856c78d4fdc73ac746ef1473f08d78cf2ebcbc4c (patch)
tree61aaa2d55f31f9fa877898c0e154820b63042dcf /doc
parent9ddd1b7fadfa6973fe1ddd6ac0e07a1759294a96 (diff)
doc: Drop incorrect requirement for nft configs
The shebang is not needed in files to be used with --file parameter. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/nft.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/nft.txt b/doc/nft.txt
index 1521171b..abb9260d 100644
--- a/doc/nft.txt
+++ b/doc/nft.txt
@@ -85,8 +85,7 @@ For a full summary of options, run *nft --help*.
*-f*::
*--file 'filename'*::
- Read input from 'filename'. If 'filename' is -, read from stdin. +
- nft scripts must start *#!/usr/sbin/nft -f*
+ Read input from 'filename'. If 'filename' is -, read from stdin.
*-i*::
*--interactive*::