summaryrefslogtreecommitdiffstats
path: root/share/bash-completion/container
diff options
context:
space:
mode:
authorSimon Spöhel <simon.spoehel@open-infrastructure.net>2017-07-22 10:16:21 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-22 21:31:40 +0000
commitf5a542f1a9bf95ee0403fda5c33eb78a5522d0e9 (patch)
treed1364521111a460bf83f1257c87cae17514d8b64 /share/bash-completion/container
parentAdding myself to copyright notice in bash-completion. (diff)
downloadcompute-tools-f5a542f1a9bf95ee0403fda5c33eb78a5522d0e9.tar.xz
compute-tools-f5a542f1a9bf95ee0403fda5c33eb78a5522d0e9.zip
Fixing spelling typo in 'bandwidth'.
Signed-off-by: Simon Spöhel <simon.spoehel@open-infrastructure.net> Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'share/bash-completion/container')
-rw-r--r--share/bash-completion/container2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/bash-completion/container b/share/bash-completion/container
index f888bee..535599a 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -106,7 +106,7 @@ _container()
;;
*)
- opts="-n --name --blockio-device-weight --blockio-read-bandwith -b --blockio-weight --blockio-write-bandwith -c --cpu-quota --cpu-shares -m --memory-limit -t --tasks-max"
+ opts="-n --name --blockio-device-weight --blockio-read-bandwidth -b --blockio-weight --blockio-write-bandwidth -c --cpu-quota --cpu-shares -m --memory-limit -t --tasks-max"
COMPREPLY=( $(compgen -W "${opts}" -- ${cur}) )
return 0
;;