From c6ad100d8a253da0ffe338aba0de56816a5211b4 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 2 Dec 2020 06:41:45 -0400 Subject: [PATCH] Update help usage on update command --- usr/local/share/bastille/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/update.sh b/usr/local/share/bastille/update.sh index d6a00ac3..acb958b2 100644 --- a/usr/local/share/bastille/update.sh +++ b/usr/local/share/bastille/update.sh @@ -32,7 +32,7 @@ . /usr/local/etc/bastille/bastille.conf usage() { - error_exit "Usage: bastille update [release|container]" + error_exit "Usage: bastille update [release|container] | [option]" } # Handle special-case commands first.