Merge pull request #763 from Morganamilo/fix#762

Fix missing '-' in flags
This commit is contained in:
Anna 2018-10-09 16:06:58 +01:00 committed by GitHub
commit d6d76ee430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,16 +374,15 @@ func isArg(arg string) bool {
case "logfile":
case "noconfirm":
case "confirm":
case "disabledownloadtimeout":
case "disable-download-timeout":
case "sysroot":
case "d", "nodeps":
case "assume-installed":
case "assumeinstalled":
case "dbonly":
case "noprogressbar":
case "noscriptlet":
case "p":
case "printformat":
case "print-format":
case "asdeps":
case "asexplicit":
case "ignore":