]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
doc: Drop incorrect requirement for nft configs
authorPhil Sutter <phil@nwl.cc>
Tue, 5 Nov 2019 13:13:27 +0000 (14:13 +0100)
committerPhil Sutter <phil@nwl.cc>
Wed, 6 Nov 2019 20:53:39 +0000 (21:53 +0100)
The shebang is not needed in files to be used with --file parameter.

Signed-off-by: Phil Sutter <phil@nwl.cc>
doc/nft.txt

index 1521171b7babc66bd89804e00ebae7467e736235..abb9260d3f2f6c50475fa8751a1c76fa80bd446c 100644 (file)
@@ -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*::