[PATCH] Don't dump optarg on unknown option
authorJens Axboe <jens.axboe@oracle.com>
Fri, 22 Dec 2006 20:02:44 +0000 (21:02 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 22 Dec 2006 20:02:44 +0000 (21:02 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c

diff --git a/init.c b/init.c
index 82f651c11df878a630a4a78dd31590b98c9dc543..c450a4c117001e0a3189e240df31d100001bf09f 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1160,7 +1160,6 @@ static int parse_cmd_line(int argc, char *argv[])
                        break;
                }
                default:
                        break;
                }
                default:
-                       printf("optarg <<%s>>\n", argv[optind]);
                        break;
                }
        }
                        break;
                }
        }