reportopts: A: put "Pp" in front

This commit is contained in:
Daniel Hahler
2019-04-14 23:47:24 +02:00
parent 0f7c7a99bf
commit f9f41e69a8
2 changed files with 2 additions and 2 deletions

View File

@@ -170,7 +170,7 @@ def getreportopt(config):
if char == "a":
reportopts = "sxXwEf"
elif char == "A":
reportopts = "sxXwEfpP"
reportopts = "PpsxXwEf"
break
elif char not in reportopts:
reportopts += char