aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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(