summaryrefslogtreecommitdiffstats
path: root/share/bash-completion/container
diff options
context:
space:
mode:
authorSimon Spöhel <simon.spoehel@open-infrastructure.net>2017-07-09 15:01:36 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-07-21 17:41:03 +0000
commit592a80fa9483a6e61a99572155776e12eac0a1a5 (patch)
treed64e40ddb62e4253b5acb6be433a8b45e641e830 /share/bash-completion/container
parentMerging sections for container-tools in nspawn file. (diff)
downloadcompute-tools-592a80fa9483a6e61a99572155776e12eac0a1a5.tar.xz
compute-tools-592a80fa9483a6e61a99572155776e12eac0a1a5.zip
Fixing typo in 'bandwidth'.
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 8847419..82084df 100644
--- a/share/bash-completion/container
+++ b/share/bash-completion/container
@@ -105,7 +105,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
;;