mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 07:00:05 +01:00
contrib: extend usage for "contrib/scripts/nm-setup-git.sh" script
This commit is contained in:
parent
e75deb8c94
commit
9ede7e04b1
1 changed files with 5 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue