From 50ba68935e8409720f85180ea525d767f72fcc85 Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Thu, 21 Nov 2019 16:58:21 -0700 Subject: [PATCH] updating version --- usr/local/bin/bastille | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/usr/local/bin/bastille b/usr/local/bin/bastille index 2f00bdf8..cf4292f5 100755 --- a/usr/local/bin/bastille +++ b/usr/local/bin/bastille @@ -67,15 +67,15 @@ bastille_perms_check . /usr/local/etc/bastille/bastille.conf ## version -BASTILLE_VERSION="0.4.20191025" +BASTILLE_VERSION="0.5.20191125RC" usage() { cat << EOF -Bastille is a jail automation framework that allows you to quickly create and -manage FreeBSD jails. +Bastille is an open-source system for automating deployment and management of +containerized applications on FreeBSD. Usage: - bastille command [ALL|glob] [args] + bastille command TARGET [args] Available Commands: bootstrap Bootstrap a FreeBSD release for container base. @@ -89,16 +89,16 @@ Available Commands: list List containers (running and stopped). pkg Manipulate binary packages within targeted container(s). See pkg(8). restart Restart a running container. - service Manage services within targeted jail(s). + service Manage services within targeted container(s). start Start a stopped container. stop Stop a running container. sysrc Safely edit rc files within targeted container(s). - template Apply file templates to targeted jail(s). + template Apply file templates to targeted container(s). top Display and update information about the top(1) cpu processes. update Update container base -pX release. upgrade Upgrade container release to X.Y-RELEASE. verify Compare release against a "known good" index. - zfs Manage (get|set) zfs attributes on targeted jail(s). + zfs Manage (get|set) zfs attributes on targeted container(s). Use "bastille -v|--version" for version information. Use "bastille command -h|--help" for more information about a command.