From 092850b9bda203e50204ae96abaee48f92bb35a5 Mon Sep 17 00:00:00 2001 From: strNophix Date: Sun, 13 Feb 2022 22:43:21 +0100 Subject: [PATCH] Updated help string --- scripts/bin/hosto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bin/hosto b/scripts/bin/hosto index 55f7347..8b144dd 100755 --- a/scripts/bin/hosto +++ b/scripts/bin/hosto @@ -4,7 +4,7 @@ VERSION="0.1.0" function help() { echo -e \ - "Usage: $(basename $0) [OPTIONS]\n\n" \ + "Usage: $(basename $0) [OPTIONS] [COMMAND]\n\n" \ "Options:\n" \ " -i, --inv-file Specify the Ansible inventory to add.\n" \ " -h, --help Show help.\n" \