diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-19 14:39:30 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-19 14:39:30 +0200 |
commit | 61f9d76ec597bc93fa54950632a9cdb54997f0cc (patch) | |
tree | 6eb40acd5e843610d63be7377373f23d9d59d008 /util-linux/swaponoff.c | |
parent | ae178cee3d439c874d6f9bb337cb77dfe8cd59d5 (diff) |
swapon/swapoff: trim config help text
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/swaponoff.c')
-rw-r--r-- | util-linux/swaponoff.c | 3 |
1 files changed, 0 insertions, 3 deletions
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)) |