The -e/--exec option was previously removed from fcoemon. This patch removes the option from the fcoemon usage display.
Signed-off-by: Eric Multanen <[email protected]> --- fcoemon.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/fcoemon.c b/fcoemon.c index 46ba0f1..f299e1a 100644 --- a/fcoemon.c +++ b/fcoemon.c @@ -2009,7 +2009,6 @@ static void fcm_usage(void) { printf("%s\n", fcoemon_version); printf("Usage: %s\n" - "\t [-e|--exec <exec>]\n" "\t [-f|--foreground]\n" "\t [-d|--debug]\n" "\t [-s|--syslog]\n" _______________________________________________ devel mailing list [email protected] http://www.open-fcoe.org/mailman/listinfo/devel
