From 33f3097e86e791d191460150eb6717d02706a24a Mon Sep 17 00:00:00 2001
From: Michal Suchanek <msuchanek@suse.de>
Date: Jun 12 2025 12:13:45 +0000
Subject: osc_wrapper: Refer to the wrapped tools in help output


---

diff --git a/scripts/osc_wrapper b/scripts/osc_wrapper
index 4f1074c..f64010d 100755
--- a/scripts/osc_wrapper
+++ b/scripts/osc_wrapper
@@ -12,7 +12,8 @@ usage()
 {
 	die \
 "Usage: $0 [build] [--ibs | --obs] [--enable-debug | --debug | --disable-debug] [--do-checks | --no-checks] [--ignore-kabi] [--klp-symbols] [<osc_args>] [<specfile>]\n
-       $0 upload [ --ibs | --obs ] [--enable-debug | --debug | --disable-debug] [--do-checks | --no-checks] [--ignore-kabi] [--klp-symbols] project [<specfile> | directory]"
+       $0 upload [ --ibs | --obs ] [--enable-debug | --debug | --disable-debug] [--do-checks | --no-checks] [--ignore-kabi] [--klp-symbols] project [<specfile> | directory]\n
+Note: additional options may be supported by osc for local build and by bs-upload-kernel for uploads"
 }
 
 osc()