summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2017-09-20 18:54:08 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2017-10-04 15:53:57 +0200
commit1773dcaabb73884666d30b926677f8232e5c04b3 (patch)
tree31cdb4f88d1a59878e59a08fdea152c6146c3a76
parent895ce096f857ddc85d22144ba84c78ac762e995d (diff)
utils: nfnl_osf: Fix synopsis in help text
* -d is optional * -h is not really a flag, just anything not recognized triggers the help output. * That '<del rules>' bit is rather confusing than helpful. Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r--utils/nfnl_osf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfnl_osf.c b/utils/nfnl_osf.c
index 645ec648..720e3a38 100644
--- a/utils/nfnl_osf.c
+++ b/utils/nfnl_osf.c
@@ -438,7 +438,7 @@ int main(int argc, char *argv[])
break;
default:
fprintf(stderr,
- "Usage: %s -f fingerprints -d <del rules> -h\n",
+ "Usage: %s -f fingerprints [-d]\n",
argv[0]);
return -1;
}