* -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@xxxxxx> --- utils/nfnl_osf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/nfnl_osf.c b/utils/nfnl_osf.c index 645ec648fcc63..720e3a38dbd36 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; } -- 2.13.1 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html