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:
Christopher Haster
2024-11-04 01:34:03 -06:00
parent d324333903
commit 48804c1236
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.")