summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-10-02 20:49:25 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-10-02 20:49:25 +0000
commit2e864cd21938eae6365b925dac1e1c29a94a0d20 (patch)
treec7ea4df8c4a4d853db74423fcca0774f6ae8e40d /include
parent546cd1881a1501923badf55b2c9f53f191c3f8d6 (diff)
downloadbusybox-w32-2e864cd21938eae6365b925dac1e1c29a94a0d20.tar.gz
busybox-w32-2e864cd21938eae6365b925dac1e1c29a94a0d20.tar.bz2
busybox-w32-2e864cd21938eae6365b925dac1e1c29a94a0d20.zip
eject: -T (implements single button open/close)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 1da436ad4..40676c113 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -638,11 +638,12 @@ USE_FEATURE_DATE_ISOFMT( \
638 "Erik\\nis\\ncool\n") 638 "Erik\\nis\\ncool\n")
639 639
640#define eject_trivial_usage \ 640#define eject_trivial_usage \
641 "[-t] [DEVICE]" 641 "[-t] [-T] [DEVICE]"
642#define eject_full_usage \ 642#define eject_full_usage \
643 "Eject specified DEVICE (or default /dev/cdrom).\n\n" \ 643 "Eject specified DEVICE (or default /dev/cdrom).\n\n" \
644 "Options:\n" \ 644 "Options:\n" \
645 "\t-t\tclose tray" 645 "\t-t\tclose tray\n" \
646 "\t-T\topen/close tray (toggle)"
646 647
647#define ed_trivial_usage "" 648#define ed_trivial_usage ""
648#define ed_full_usage "" 649#define ed_full_usage ""