mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-24 11:12:12 +01:00
Merge pull request #1080 from BastilleBSD/tschettervictor-patch-1
docs: Update tags
This commit is contained in:
@@ -14,7 +14,7 @@ The ``tags`` sub-command adds, removes or lists arbitrary tags on your jail(s).
|
||||
.. code-block:: shell
|
||||
|
||||
ishmael ~ # bastille tags help
|
||||
Usage: bastille tags TARGET [add|delete|list] [tag1,tag2]
|
||||
Usage: bastille tags [option(s)] TARGET [add|delete|list] [tag1,tag2]
|
||||
Options:
|
||||
|
||||
-x | --debug Enable debug mode.
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
. /usr/local/share/bastille/common.sh
|
||||
|
||||
usage() {
|
||||
error_notify "Usage: bastille tags TARGET [add|delete|list] [tag1,tag2]"
|
||||
error_notify "Usage: bastille tags [option(s)] TARGET [add|delete|list] [tag1,tag2]"
|
||||
cat << EOF
|
||||
|
||||
Options:
|
||||
@@ -48,9 +48,9 @@ EOF
|
||||
# Handle options.
|
||||
while [ "$#" -gt 0 ]; do
|
||||
case "${1}" in
|
||||
-h|--help|help)
|
||||
usage
|
||||
;;
|
||||
-h|--help|help)
|
||||
usage
|
||||
;;
|
||||
-x|--debug)
|
||||
enable_debug
|
||||
shift
|
||||
@@ -125,4 +125,4 @@ for _jail in ${JAILS}; do
|
||||
bastille_running_jobs "${bastille_process_limit}"
|
||||
|
||||
done
|
||||
wait
|
||||
wait
|
||||
|
||||
Reference in New Issue
Block a user