commit | 2fcb7dd0d209b7f05a2ffb2a02301e36232bebb3 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Mon Apr 27 15:26:47 2020 +0200 |
committer | Florian Mayer <fmayer@google.com> | Mon Apr 27 15:26:47 2020 +0200 |
tree | 76bee9c86cd68a4459b3c98844fcca7b159956fb | |
parent | e5a041472ebe8e99532d0dfdcc8970bf4714ee19 [diff] [blame] |
Fix missing space in heap_profile. Change-Id: I1e5ce0f1593126f4c52315c12576dfacc7acc805
diff --git a/tools/heap_profile b/tools/heap_profile index eaac620..8388755 100755 --- a/tools/heap_profile +++ b/tools/heap_profile
@@ -219,7 +219,7 @@ action="store_true") parser.add_argument( "--dump-at-max", - help="Dump the maximum memory usage" + help="Dump the maximum memory usage " "rather than at the time of the dump.", action="store_true") parser.add_argument(