Allow --print again

Comit 2d6fe95903 renamed the Yay specific
flag -P/--print to -P/--show. The rename caused --print to stop being
accepted as it was no longer in the list of accepted args.
This commit is contained in:
morganamilo 2018-10-09 16:13:40 +01:00
parent 73deae94cf
commit 0f4768b4fe
No known key found for this signature in database
GPG Key ID: 6FE9E7996B0B082E

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":