From efa453141f23b27bb748fd9ef83bd44d7d0971c9 Mon Sep 17 00:00:00 2001 From: Juan David Hurtado G Date: Wed, 1 Oct 2025 11:50:01 -0500 Subject: [PATCH] zfs: Add missing [TAG] text in the usage message --- usr/local/share/bastille/zfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/zfs.sh b/usr/local/share/bastille/zfs.sh index 0e2b42a6..97a7dea1 100644 --- a/usr/local/share/bastille/zfs.sh +++ b/usr/local/share/bastille/zfs.sh @@ -34,7 +34,7 @@ usage() { - error_notify "Usage: bastille zfs [option(s)] TARGET destroy|rollback|snapshot [TAG]" + error_notify "Usage: bastille zfs [option(s)] TARGET destroy|rollback [TAG]|snapshot [TAG]" error_notify " df|usage" error_notify " get|set key=value" error_notify " jail pool/dataset /jail/path"