From: Karel Zak Date: Tue, 19 Mar 2013 21:53:16 +0000 (+0100) Subject: wipefs: add -f to getopt_long() X-Git-Tag: v2.23-rc1~36 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=38db00f17824f41679c99a6c711a11e4585a0484;p=thirdparty%2Futil-linux.git wipefs: add -f to getopt_long() Reported-by: Dan HorĂ¡k Signed-off-by: Karel Zak --- diff --git a/misc-utils/wipefs.c b/misc-utils/wipefs.c index 9fbfda9960..56024301e4 100644 --- a/misc-utils/wipefs.c +++ b/misc-utils/wipefs.c @@ -413,7 +413,7 @@ main(int argc, char **argv) textdomain(PACKAGE); atexit(close_stdout); - while ((c = getopt_long(argc, argv, "ahno:pqt:V", longopts, NULL)) != -1) { + while ((c = getopt_long(argc, argv, "afhno:pqt:V", longopts, NULL)) != -1) { err_exclusive_options(c, longopts, excl, excl_st);