scripts: Renamed -P/--propagate -> -g/--propagate
To better match -z/--depth and -t/--hot. The fact that these short forms all don't match the first letter of the long forms is humorous but unintentional. There's only so many letters in the alphabet!
This commit is contained in:
+1
-1
@@ -1345,7 +1345,7 @@ if __name__ == "__main__":
|
||||
action='store_true',
|
||||
help="Show cache accesses and cache misses.")
|
||||
parser.add_argument(
|
||||
'-P', '--propagate',
|
||||
'-g', '--propagate',
|
||||
type=lambda x: int(x, 0),
|
||||
help="Depth to propagate samples up the call-stack. 0 propagates up "
|
||||
"to the entry point, 1 does no propagation. Defaults to 0.")
|
||||
|
||||
+1
-1
@@ -1306,7 +1306,7 @@ if __name__ == "__main__":
|
||||
action='store_true',
|
||||
help="Include builtin and libc specific symbols.")
|
||||
parser.add_argument(
|
||||
'-P', '--propagate',
|
||||
'-g', '--propagate',
|
||||
type=lambda x: int(x, 0),
|
||||
help="Depth to propagate samples up the call-stack. 0 propagates up "
|
||||
"to the entry point, 1 does no propagation. Defaults to 0.")
|
||||
|
||||
Reference in New Issue
Block a user