aboutsummaryrefslogtreecommitdiff
path: root/util-linux/swaponoff.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r--util-linux/swaponoff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index cb1bbe940..73fe105a9 100644
--- a/util-linux/swaponoff.c
+++ b/util-linux/swaponoff.c
@@ -66,7 +66,7 @@ int swap_on_off_main(int argc, char **argv)
66 if (argc == 1) 66 if (argc == 1)
67 bb_show_usage(); 67 bb_show_usage();
68 68
69 ret = getopt32(argc, argv, "a"); 69 ret = getopt32(argv, "a");
70 if (ret) 70 if (ret)
71 return do_em_all(); 71 return do_em_all();
72 72