[gjs: 1/11] heapgraph: Fix help for -e argument
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs: 1/11] heapgraph: Fix help for -e argument
- Date: Sun, 18 Aug 2019 19:21:38 +0000 (UTC)
commit 988529dda848a1e20663cb4cdfaa4102f8f4c770
Author: Philip Chimento <philip chimento gmail com>
Date: Thu Aug 8 20:57:47 2019 -0700
heapgraph: Fix help for -e argument
This should say "edge", not "function"
tools/heapgraph.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/tools/heapgraph.py b/tools/heapgraph.py
index 0725959f..07bcdf1e 100755
--- a/tools/heapgraph.py
+++ b/tools/heapgraph.py
@@ -39,7 +39,7 @@ targ_opts = parser.add_mutually_exclusive_group()
targ_opts.add_argument('--edge', '-e', dest='edge_target', action='store_true',
default=False,
- help='Treat TARGET as a function name')
+ help='Treat TARGET as an edge name')
targ_opts.add_argument('--function', '-f', dest='func_target', action='store_true',
default=False,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]