summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2019-04-21 17:38:59 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-04-25 17:37:42 +0200
commitf8fec49f91b663b872534101089d060d9b02e26e (patch)
tree1de9e99c565a906a05b91dd29c62c8c6bab167bf
parentdd3ebc6d85f682be8a6f2dfda6159f81dc34ca49 (diff)
downloadptxdist-f8fec49f91b663b872534101089d060d9b02e26e.tar.gz
ptxdist-f8fec49f91b663b872534101089d060d9b02e26e.tar.xz
ply: fix help text
Fixes: ccd30b4f2b9d1a3a37c9 ("ply: new package") Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/ply.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/ply.in b/rules/ply.in
index 003be016f..3f830ff81 100644
--- a/rules/ply.in
+++ b/rules/ply.in
@@ -5,4 +5,5 @@ config PLY
select KERNEL_HEADER
prompt "ply"
help
- FIXME
+ Light-weight dynamic tracer for Linux using BPF with kprobes and
+ tracepoints to attach probes to arbitrary points in the kernel.