Merge pull request #291 from JRGTH/master

Update help usage on update command
This commit is contained in:
Christer Edwards
2020-12-12 11:52:46 -07:00
committed by GitHub

View File

@@ -32,7 +32,7 @@
. /usr/local/etc/bastille/bastille.conf . /usr/local/etc/bastille/bastille.conf
usage() { usage() {
error_exit "Usage: bastille update [release|container]" error_exit "Usage: bastille update [release|container] | [option]"
} }
# Handle special-case commands first. # Handle special-case commands first.