From 9ede7e04b19e5f1a7faadf5815589cac20d7a2b7 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 6 Jun 2023 15:00:23 +0200 Subject: [PATCH] contrib: extend usage for "contrib/scripts/nm-setup-git.sh" script --- contrib/scripts/nm-setup-git.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/contrib/scripts/nm-setup-git.sh b/contrib/scripts/nm-setup-git.sh index e2b4bdc6d8..32e059adb8 100755 --- a/contrib/scripts/nm-setup-git.sh +++ b/contrib/scripts/nm-setup-git.sh @@ -5,6 +5,11 @@ set -e usage() { printf "%s [--no-test]\n" "$CMD_NAME" printf "\n" + printf "This script configures (or shows configuration) to the local git, with\n" + printf "settings that might be useful when working on NetworkManager.\n" + printf "\n" + printf "RUn it without arguments, it only prints and shows what it would do.\n" + printf "\n" printf " --no-test: by default, the script only prints what it\n" printf " would do. You can also set NO_TEST=1 environment variable.\n" printf "\n"