aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-06-10 10:12:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2018-06-10 10:12:56 -0300
commitdcdf1e1f32bb8e411daf216d8c0c14cde3bbf062 (patch)
treefe644b1f77eab122dea56fc97ea60001ea5e7416
parentae233a477b2a28080c59f343e123db627b21025b (diff)
downloadhydra-dcdf1e1f32bb8e411daf216d8c0c14cde3bbf062.tar.gz
hydra-dcdf1e1f32bb8e411daf216d8c0c14cde3bbf062.tar.bz2
Eyaml: fix usage string as options are meant to be optional
-rwxr-xr-xshare/hydra/eyaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydra/eyaml b/share/hydra/eyaml
index d95f103..8681f94 100755
--- a/share/hydra/eyaml
+++ b/share/hydra/eyaml
@@ -33,7 +33,7 @@ hydra_install_package hiera-eyaml
# Check for node
if [ -z "$NODE" ]; then
- echo "usage: hydra $HYDRA $BASENAME <node> <opts>"
+ echo "usage: hydra $HYDRA $BASENAME <node> [opts]"
echo ""
echo "examples:"
echo ""