changer la valeur par défaut de la distribution (#26023)

This commit is contained in:
Christophe Siraut 2018-09-03 17:36:05 +02:00
parent e24084ff6c
commit a73fbda28c
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ def parse_cmdline():
parser.add_option("-d", "--distribution",
action="extend", type="string",
dest="distrib", metavar='DISTRIBUTIONS',
default='jessie,stretch',
help="DISTRIBUTIONS: stretch, jessie, wheezy and / or squeeze")
parser.add_option("-f", "--force", action="store_true",
dest="force", default=False,