aboutsummaryrefslogtreecommitdiff
path: root/util-linux/eject.c
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2025-11-11 10:00:52 +0000
committerRon Yorston <rmy@pobox.com>2025-11-11 10:00:52 +0000
commit0ee678e0d1d465f3d83fb22a4ec4e7ca33686284 (patch)
tree390f1390bcf2db0fe2cd2411e817eaed5832cfa0 /util-linux/eject.c
parentaf09683cfc5ffe05f3e42bb592fe15a753540d85 (diff)
parent8d7ae80eda7e08ee361f8793683ae58216caf720 (diff)
downloadbusybox-w32-merge.tar.gz
busybox-w32-merge.tar.bz2
busybox-w32-merge.zip
Merge branch 'busybox' into mergemerge
Diffstat (limited to 'util-linux/eject.c')
-rw-r--r--util-linux/eject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/eject.c b/util-linux/eject.c
index b9813262b..4fa6dbd94 100644
--- a/util-linux/eject.c
+++ b/util-linux/eject.c
@@ -31,7 +31,7 @@
31//kbuild:lib-$(CONFIG_EJECT) += eject.o 31//kbuild:lib-$(CONFIG_EJECT) += eject.o
32 32
33//usage:#define eject_trivial_usage 33//usage:#define eject_trivial_usage
34//usage: "[-t] [-T] [DEVICE]" 34//usage: IF_FEATURE_EJECT_SCSI("[-s] ") "[-t] [-T] [DEVICE]"
35//usage:#define eject_full_usage "\n\n" 35//usage:#define eject_full_usage "\n\n"
36//usage: "Eject DEVICE or default /dev/cdrom\n" 36//usage: "Eject DEVICE or default /dev/cdrom\n"
37//usage: IF_FEATURE_EJECT_SCSI( 37//usage: IF_FEATURE_EJECT_SCSI(