From 61f9d76ec597bc93fa54950632a9cdb54997f0cc Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 19 Jul 2017 14:39:30 +0200 Subject: swapon/swapoff: trim config help text Signed-off-by: Denys Vlasenko --- util-linux/swaponoff.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'util-linux/swaponoff.c') diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index f76db541d..dc8dd9df6 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c @@ -11,7 +11,6 @@ //config: default y //config: select PLATFORM_LINUX //config: help -//config: This option enables the 'swapon' utility. //config: Once you have created some swap space using 'mkswap', you also need //config: to enable your swap space with the 'swapon' utility. The 'swapoff' //config: utility is used, typically at system shutdown, to disable any swap @@ -38,8 +37,6 @@ //config: bool "swapoff (4.3 kb)" //config: default y //config: select PLATFORM_LINUX -//config: help -//config: This option enables the 'swapoff' utility. // APPLET_ODDNAME:name main location suid_type help //applet:IF_SWAPON( APPLET_ODDNAME(swapon, swap_on_off, BB_DIR_SBIN, BB_SUID_DROP, swapon)) -- cgit v1.2.3