Fix some compiler warnings emitted by gcc-4.8.0
[oweals/busybox.git] / util-linux / mkswap.c
index ef6932c6cf5a9f8e657f8a2602537a5a0f50ce77..b5d2c49b6b0e9fd8c1f50e5639b7f36b3c5adaff 100644 (file)
@@ -10,7 +10,6 @@
 //usage:       "[-L LBL] BLOCKDEV [KBYTES]"
 //usage:#define mkswap_full_usage "\n\n"
 //usage:       "Prepare BLOCKDEV to be used as swap partition\n"
-//usage:     "\nOptions:"
 //usage:     "\n       -L LBL  Label"
 
 #include "libbb.h"