add getopts flag for containerd version

pull/937/head
Gsealy 2020-09-28 15:29:44 +08:00 committed by jmgao
parent 6c8060b137
commit 7aa2d5f943
1 changed files with 1 additions and 1 deletions

View File

@ -351,7 +351,7 @@ function main() {
export REGISTRY_MIRROR="CN"
ACTION=""
while getopts "CDPSd:e:k:m:p:z:" OPTION; do
while getopts "CDPSd:e:k:m:p:z:c:" OPTION; do
case "$OPTION" in
C)
ACTION="clean_container"