aboutsummaryrefslogtreecommitdiff
path: root/share/hydra/eyaml
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydra/eyaml')
-rwxr-xr-xshare/hydra/eyaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/share/hydra/eyaml b/share/hydra/eyaml
index c66eaf5..d95f103 100755
--- a/share/hydra/eyaml
+++ b/share/hydra/eyaml
@@ -34,6 +34,11 @@ hydra_install_package hiera-eyaml
# Check for node
if [ -z "$NODE" ]; then
echo "usage: hydra $HYDRA $BASENAME <node> <opts>"
+ echo ""
+ echo "examples:"
+ echo ""
+ echo -e "\thydra $HYDRA $BASENAME <node> encrypt -p -l my::hiera::param"
+ echo -e "\thydra $HYDRA $BASENAME <node> decrypt --stdin"
exit 1
fi