summaryrefslogtreecommitdiff
path: root/internal/flags
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-04-11 00:36:17 +0300
committerPaul Buetow <paul@buetow.org>2025-04-11 00:36:17 +0300
commit0124c447f15539c24d1987f5339caa01ca5e9020 (patch)
treea736f80f7fed4773b1915907a0c64109d4c64fe6 /internal/flags
parent81e34835ee4f00e506a647974f0ab012efddce55 (diff)
more on this
Diffstat (limited to 'internal/flags')
-rw-r--r--internal/flags/flags.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flags/flags.go b/internal/flags/flags.go
index 36911d8..bcdb7b8 100644
--- a/internal/flags/flags.go
+++ b/internal/flags/flags.go
@@ -91,7 +91,7 @@ func parse() {
// https://github.com/brendangregg/FlameGraph
flag.StringVar(&singleton.FlamegraphTool, "flamegraphTool",
- os.Getenv("HOME")+"/git/FlameGraph/flamegraph.pl", "Path to the flamegraph tool")
+ os.Getenv("HOME")+"/git/FlameGraph/flamegraph.pl", "Path to the flamegraph tool (e.g. flamegraph.pl or inferno-flamegraph)")
flag.Parse()
singleton.TracepointsToAttach = extractTracepointFlags(*tracepointsToAttach)