]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
modprobe: fix build 'cause of excessive number of arguments
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 26 Jan 2012 18:01:34 +0000 (16:01 -0200)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Thu, 26 Jan 2012 18:03:47 +0000 (16:03 -0200)
tools/kmod-modprobe.c

index bbbb1f0dcd726c420b3136be340c4a4a1079b9a8..afd80cc04ee2df0f67ba5abdcb01a2e455e03f6f 100644 (file)
@@ -135,8 +135,7 @@ static void help(const char *progname)
                "\t-v, --verbose               enables more messages\n"
                "\t-V, --version               show version\n"
                "\t-h, --help                  show this help\n",
-               progname, progname, progname, progname, progname, progname,
-               progname);
+               progname, progname, progname, progname, progname, progname);
 }
 
 static inline void _show(const char *fmt, ...)