summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/bash-completion/container2
-rw-r--r--share/man/container-start.1.txt3
2 files changed, 4 insertions, 1 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container
index d791ff6..1e3523f 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -236,7 +236,7 @@ _container()
;;
*)
- opts="-n --name"
+ opts="-n --name -v --verbose"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;
diff --git a/share/man/container-start.1.txt b/share/man/container-start.1.txt
index 90750c0..14ef8ab 100644
--- a/share/man/container-start.1.txt
+++ b/share/man/container-start.1.txt
@@ -49,6 +49,9 @@ The following container options are available:
*-f, --force'*::
Removing stray lock file if existing.
+*-v, --verbose*::
+ Explain what is being done.
+
EXAMPLES
--------