show help

This commit is contained in:
2023-07-08 09:02:41 +02:00
parent e8f68529cb
commit ef7c346605

View File

@@ -24,6 +24,10 @@ elif [[ $CMD == "decrypt" ]]; then
else
echo "Invalid command"
echo ""
echo "Usage:"
echo "ansible-vault-tools encrypt <password>"
echo "ansible-vault-tools decrypt <host> <variable>"
exit 1
fi