From 8d7ae80eda7e08ee361f8793683ae58216caf720 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 2 Nov 2025 17:38:00 +0100 Subject: eject: fix missing -s option in trivial usage Fixes missing [-s] option in trivial usage section of `eject --help` function old new delta packed_usage 35125 35127 +2 Signed-off-by: Nir Lichtman Signed-off-by: Denys Vlasenko --- util-linux/eject.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ //kbuild:lib-$(CONFIG_EJECT) += eject.o //usage:#define eject_trivial_usage -//usage: "[-t] [-T] [DEVICE]" +//usage: IF_FEATURE_EJECT_SCSI("[-s] ") "[-t] [-T] [DEVICE]" //usage:#define eject_full_usage "\n\n" //usage: "Eject DEVICE or default /dev/cdrom\n" //usage: IF_FEATURE_EJECT_SCSI( -- cgit v1.2.3