[git commit] swapon/swapoff: trim config help text

Denys Vlasenko vda.linux at googlemail.com
Wed Jul 19 12:39:30 UTC 2017


commit: https://git.busybox.net/busybox/commit/?id=61f9d76ec597bc93fa54950632a9cdb54997f0cc
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/swaponoff.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c
index f76db54..dc8dd9d 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))


More information about the busybox-cvs mailing list