diff --git a/docs/chapters/subcommands/tags.rst b/docs/chapters/subcommands/tags.rst index b0ba10b3..93a39955 100644 --- a/docs/chapters/subcommands/tags.rst +++ b/docs/chapters/subcommands/tags.rst @@ -2,12 +2,22 @@ tags ==== -The `tags` sub-command adds, removes or lists arbitrary tags on your containers. +The `tags` sub-command adds, removes or lists arbitrary tags on your jail(s). .. code-block:: shell - ishmael ~ # bastille tags -h ## display tags help + ishmael ~ # bastille tags help ## display tags help ishmael ~ # bastille tags TARGET add tag1,tag2 ## add the tags "tag1" and "tag2" to TARGET ishmael ~ # bastille tags TARGET delete tag2 ## delete tag "tag2" from TARGET ishmael ~ # bastille tags TARGET list ## list tags assigned to TARGET ishmael ~ # bastille tags ALL list ## list tags from ALL containers + +.. code-block:: shell + + ishmael ~ # bastille tags help + + Usage: bastille tags TARGET [add|delete|list] [tag1,tag2] + + Options: + + -x | --debug Enable debug mode.