Show vdn-drone help

This commit is contained in:
2023-09-18 14:39:40 +02:00
parent 4a4e30e14d
commit 6a55b58ffc
2 changed files with 17 additions and 0 deletions

View File

@@ -40,6 +40,17 @@ usage() {
exit 1
}
for arg; do
case "$arg" in
'-h')
help; exit
;;
--)
break
;;
esac
done
test -f .drone.yml || error 'Aucun fichier drone.yml trouvé'
vdn-set-network-dir docker