From 28a84449e0f3ad31e39795e6a4433e33da1ad0fc Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 29 Aug 2026 20:29:22 -0400 Subject: getmaintbuilds, getmaintdependees: add --help. --- admin/getmaintbuilds | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'admin/getmaintbuilds') diff --git a/admin/getmaintbuilds b/admin/getmaintbuilds index ea665c9..7fd8366 100755 --- a/admin/getmaintbuilds +++ b/admin/getmaintbuilds @@ -1,5 +1,23 @@ #!/bin/sh +SELF="$( basename $0 )" + +if [ "$1" = "" -o "$1" = "--help" ]; then + cat < + + does not need to be quoted, if it contains spaces (although +it can be). + +If contains an @, it's assumed to be an email address, +otherwise it's treated as name. Watch out for obfuscated email +addresses! +EOF + exit 0 +fi + source ~/sbostuff/sbostuff.sh cd $SBO_GITROOT || exit 1 if echo "$*" | grep -q '@'; then -- cgit v1.2.3