aboutsummaryrefslogtreecommitdiff
path: root/util-linux/eject.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/eject.c')
-rw-r--r--util-linux/eject.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util-linux/eject.c b/util-linux/eject.c
index 07ac2fd54..8095cbef0 100644
--- a/util-linux/eject.c
+++ b/util-linux/eject.c
@@ -17,15 +17,15 @@
17//config: default y 17//config: default y
18//config: select PLATFORM_LINUX 18//config: select PLATFORM_LINUX
19//config: help 19//config: help
20//config: Used to eject cdroms. (defaults to /dev/cdrom) 20//config: Used to eject cdroms. (defaults to /dev/cdrom)
21//config: 21//config:
22//config:config FEATURE_EJECT_SCSI 22//config:config FEATURE_EJECT_SCSI
23//config: bool "SCSI support" 23//config: bool "SCSI support"
24//config: default y 24//config: default y
25//config: depends on EJECT 25//config: depends on EJECT
26//config: help 26//config: help
27//config: Add the -s option to eject, this allows to eject SCSI-Devices and 27//config: Add the -s option to eject, this allows to eject SCSI-Devices and
28//config: usb-storage devices. 28//config: usb-storage devices.
29 29
30//applet:IF_EJECT(APPLET(eject, BB_DIR_USR_BIN, BB_SUID_DROP)) 30//applet:IF_EJECT(APPLET(eject, BB_DIR_USR_BIN, BB_SUID_DROP))
31 31