[git commit] findfs: tweak --help

Denys Vlasenko vda.linux at googlemail.com
Tue Feb 3 10:40:41 UTC 2026


commit: https://git.busybox.net/busybox/commit/?id=93b684fe9fd89e98226ca7746061cc332bc986bb
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/findfs.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util-linux/findfs.c b/util-linux/findfs.c
index ec0375dfb..372c75dee 100644
--- a/util-linux/findfs.c
+++ b/util-linux/findfs.c
@@ -20,9 +20,9 @@
 //kbuild:lib-$(CONFIG_FINDFS) += findfs.o
 
 //usage:#define findfs_trivial_usage
-//usage:       "LABEL=label or UUID=uuid"
+//usage:       "LABEL=label | UUID=uuid"
 //usage:#define findfs_full_usage "\n\n"
-//usage:       "Find a filesystem device based on a label or UUID"
+//usage:       "Find filesystem device based on label or UUID"
 //usage:
 //usage:#define findfs_example_usage
 //usage:       "$ findfs LABEL=MyDevice"


More information about the busybox-cvs mailing list