From 000431124bace2d9073fe1c31d109f8a7959b317 Mon Sep 17 00:00:00 2001 From: Zhang Wei Date: Mon, 7 Nov 2016 17:49:31 +0800 Subject: [PATCH] Add bash completions for new flags of `update` Add bash completions for flags "--cpu-rt-period" and "--cpu-rt-runtime" for `update` command. Signed-off-by: Zhang Wei --- contrib/completions/bash/runc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/completions/bash/runc b/contrib/completions/bash/runc index efbcae52..682b7c62 100644 --- a/contrib/completions/bash/runc +++ b/contrib/completions/bash/runc @@ -719,6 +719,8 @@ _runc_update() { --blkio-weight --cpu-period --cpu-quota + --cpu-rt-period + --cpu-rt-runtime --cpu-share --cpuset-cpus --cpuset-mems