From 5edc822bcb5302fab7b91dfb8ec9523566662d6f Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Mon, 22 Oct 2012 15:38:49 +0200 Subject: [PATCH] bpfc: add more examples in help Signed-off-by: Daniel Borkmann --- src/bpfc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/bpfc.c b/src/bpfc.c index 13a71173..e3ee2972 100644 --- a/src/bpfc.c +++ b/src/bpfc.c @@ -64,8 +64,10 @@ static void help(void) " -v|--version Print version\n" " -h|--help Print this help\n\n" "Examples:\n" - " bpfc -Hi fubar.bpfh\n" - " bpfc -Li fubar.bpfl\n" + " bpfc -Hi fubar\n" + " bpfc -Hgi fubar\n" + " bpfc -Li fubar\n" + " bpfc -Lbi fubar\n" " bpfc -Li - (read from stdin)\n\n" "Please report bugs to \n" "Copyright (C) 2011-2012 Daniel Borkmann ,\n" -- 2.11.4.GIT