mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-18 08:12:53 +01:00
zfs: Fix options missing from help
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user