Merge pull request #764 from Morganamilo/fix#762

Allow --print again
This commit is contained in:
Anna 2018-10-09 16:16:25 +01:00 committed by GitHub
commit 69fd7a9b9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -381,7 +381,7 @@ func isArg(arg string) bool {
case "dbonly":
case "noprogressbar":
case "noscriptlet":
case "p":
case "p", "print":
case "print-format":
case "asdeps":
case "asexplicit":