Skip to content

Commit

Permalink
profile: update --stack-storage-size default value in help message
Browse files Browse the repository at this point in the history
  • Loading branch information
cippaciong committed Apr 30, 2018
1 parent d837b73 commit 718c928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/profile.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def stack_id_err(stack_id):
parser.add_argument("--stack-storage-size", default=10240,
type=positive_nonzero_int,
help="the number of unique stack traces that can be stored and "
"displayed (default 2048)")
"displayed (default %(default)s)")
parser.add_argument("duration", nargs="?", default=99999999,
type=positive_nonzero_int,
help="duration of trace, in seconds")
Expand Down

0 comments on commit 718c928

Please sign in to comment.