diff options
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r-- | util-linux/swaponoff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index 74f6ec36e..8dda0972a 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c | |||
@@ -107,5 +107,5 @@ extern int swap_on_off_main(int argc, char **argv) | |||
107 | return EXIT_SUCCESS; | 107 | return EXIT_SUCCESS; |
108 | 108 | ||
109 | usage_and_exit: | 109 | usage_and_exit: |
110 | usage((whichApp == SWAPON_APP) ? swapon_usage : swapoff_usage); | 110 | show_usage(); |
111 | } | 111 | } |