aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-02-08 15:04:00 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-02-08 15:04:00 +0000
commitafdad653ac62e99d8da30e441d3414684146db19 (patch)
treef0b120ffa8686518f4914ce32f8a07aa5874f01c /include
parent534b8d04832bc28f16fde1f8473139c0f004ed25 (diff)
downloadbusybox-afdad653ac62e99d8da30e441d3414684146db19.tar.gz
- add eject -s for SCSI- and USB-devices (Nico Erfurth)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h
index fb88e9bcd..9ae7d98c0 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -881,6 +881,9 @@ USE_FEATURE_BRCTL_FANCY("\n" \
#define eject_full_usage \
"Eject specified DEVICE (or default /dev/cdrom)" \
"\n\nOptions:\n" \
+ USE_FEATURE_EJECT_SCSI( \
+ " -s scsi device\n" \
+ ) \
" -t Close tray\n" \
" -T Open/close tray (toggle)"