Merge pull request #5119 from blueyed/reportopts-A-order
reportopts: A: put "Pp" in front
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user