From 6750b2abc6d39867954437fd58e8a593613b9c37 Mon Sep 17 00:00:00 2001 From: Hannes Reinecke Date: Fri, 6 Dec 2013 19:51:54 +0000 Subject: fcnsq: Fixup help text The help text was missing the '-q' short option. Signed-off-by: Hannes Reinecke Signed-off-by: Robert Love --- fcnsq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcnsq.c b/fcnsq.c index 7b45a32..2510f1c 100644 --- a/fcnsq.c +++ b/fcnsq.c @@ -365,7 +365,7 @@ static void help(int status) " --gspn \n" " --gsnn \n" "Options:\n" - " --quiet print minimal results on success, and no error messages\n" + " --quiet|-q print minimal results on success, and no error messages\n" "\n" "Port IDs and World Wide Names must be specified in hexadecimal.\n" ); -- 1.8.1.4