]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian-add-apache-vhost
Feat(scripts): Add `[...params...]` to usage message
[ansible.git] / playbooks / debian-add-apache-vhost
index 822891027566f6ed5a8f1ba22ea6729c6b1d3343..a492090f3c28fd231ddd409147a9c1708ca381e3 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 if [ -z "$1" ]; then
-   echo "Usage: $0 vhost" >&2
+   echo "Usage: $0 vhost [...params...]" >&2
    exit 1
 fi