The shebang is not needed in files to be used with --file parameter. Signed-off-by: Phil Sutter <phil@xxxxxx> --- doc/nft.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/nft.txt b/doc/nft.txt index ed2157638032a..c53327e25833d 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*:: -- 2.23.0