diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-14 20:33:45 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-14 20:33:45 +0000 |
commit | 1eda52851fdaf517b579d4dab11503b98de6d648 (patch) | |
tree | 302cbc7902d69d25c1251dc427f9974c94ec3dfb /package/strace | |
parent | 5284494abe3b4f13e0d44acb0116ed8bb6d11cb4 (diff) |
help text
Diffstat (limited to 'package/strace')
-rw-r--r-- | package/strace/Config.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/package/strace/Config.in b/package/strace/Config.in index a7187988a..46a6f741e 100644 --- a/package/strace/Config.in +++ b/package/strace/Config.in @@ -1,8 +1,9 @@ -# - config BR2_PACKAGE_STRACE - bool"strace" + bool "strace" default n help - Add help text here. + A useful diagnostic, instructional, and debugging tool. + Allows you to track what system calls a program makes + while it is running. + http://sourceforge.net/projects/strace/ |