aboutsummaryrefslogtreecommitdiff
path: root/modutils/rmmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/rmmod.c')
-rw-r--r--modutils/rmmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/rmmod.c b/modutils/rmmod.c
index 26bad7d7e..4a38e35a5 100644
--- a/modutils/rmmod.c
+++ b/modutils/rmmod.c
@@ -47,7 +47,7 @@ int rmmod_main(int argc, char **argv)
#define misc_buf bb_common_bufsiz1
/* Parse command line. */
- n = getopt32(argc, argv, "wfa");
+ n = getopt32(argv, "wfa");
if (n & 1) // --wait
flags &= ~O_NONBLOCK;
if (n & 2) // --force