From 03be9fc033829686d3990dfe52fb92a1bd63e372 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Fri, 22 Nov 2019 22:02:09 -0700 Subject: [PATCH] updating Usage output --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 7f11825a..73e9b7e2 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -32,7 +32,7 @@ . /usr/local/etc/bastille/bastille.conf usage() { - echo -e "${COLOR_RED}Usage: bastille create [option] name release ip | interface.${COLOR_RESET}" + echo -e "${COLOR_RED}Usage: bastille create [option] name release ip [interface].${COLOR_RESET}" exit 1 }