浏览代码

ltrace: expand help text

Peter Korsgaard 17 年之前
父节点
当前提交
21192c0d02
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      package/ltrace/Config.in

+ 3 - 0
package/ltrace/Config.in

@@ -4,5 +4,8 @@ config BR2_PACKAGE_LTRACE
 	select BR2_PACKAGE_LIBELF_HEADERS
 	help
 	  Debugging program which runs a specified command until it exits.
+	  While the command is executing, ltrace intercepts and records
+	  the dynamic library calls which are called by the executed
+	  process and the signals received by that process.
 
 	  http://packages.debian.org/unstable/utils/ltrace.html