diff --git a/templates/lxc-debian.in b/templates/lxc-debian.in index 060e4dd..7c75e95 100644 --- a/templates/lxc-debian.in +++ b/templates/lxc-debian.in @@ -715,7 +715,7 @@ EOF return 0 } -options=$(getopt -o hp:n:a:r:cI:FS: -l arch:,auth-key:,clean,help,enable-non-free,mirror:keyring:,name:,packages:,path:,release:,rootfs:,security-mirror:,interpreter-path:,flush-cache -- "$@") +options=$(getopt -o hp:n:a:r:cI:FS: -l arch:,auth-key:,clean,help,enable-non-free,keyring:,mirror:,name:,packages:,path:,release:,rootfs:,security-mirror:,interpreter-path:,flush-cache -- "$@") if [ $? -ne 0 ]; then usage "$(basename "$0")" exit 1