From 0c67b17f355f6496c7de91f639c5ccea1d686ca1 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 14 May 2025 09:22:00 -0600 Subject: [PATCH] zfs: Fix options missing from help --- usr/local/share/bastille/zfs.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/local/share/bastille/zfs.sh b/usr/local/share/bastille/zfs.sh index fb030383..bcf69dcb 100644 --- a/usr/local/share/bastille/zfs.sh +++ b/usr/local/share/bastille/zfs.sh @@ -33,9 +33,9 @@ . /usr/local/share/bastille/common.sh usage() { - error_notify "Usage: bastille zfs TARGET [destroy_snap|df|get|set|(snap|snapshot)|usage] [key=value|date]" - error_notify " [jail pool/dataset /jail/path]" - error_notify " [unjail pool/dataset]" + error_notify "Usage: bastille zfs [option(s)] TARGET [destroy_snap|(df|usage)|get|set|(snap|snapshot)] [key=value|date]" + error_notify " [jail pool/dataset /jail/path]" + error_notify " [unjail pool/dataset]" cat << EOF