add bullseye to available releases

This commit is contained in:
Christophe Siraut 2020-12-11 15:20:05 +01:00
parent cb24b58c0d
commit 2d9eb231f4
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ def main():
nargs='*',
help='container name(s)')
parser.add_argument('-r', '--release',
choices=['stable', 'jessie', 'stretch', 'buster'],
choices=['stable', 'jessie', 'stretch', 'buster', 'bullseye'],
default='stable',
help='which release model shall we use;'
'dafault: stable')