aboutsummaryrefslogtreecommitdiff
path: root/options.c
diff options
context:
space:
mode:
authorJuan Cespedes <cespedes@debian.org>2009-05-06 20:36:42 +0200
committerJuan Cespedes <cespedes@debian.org>2009-05-06 20:36:42 +0200
commitc4e53a9c569cc0ca406ba947ddb97ca2cd0f32c0 (patch)
treeb059dbc0c052fad39d759de32eb771150dfbcf5f /options.c
parent2c426c74d6e5e39e41c6c77c6f88ccea26748d72 (diff)
downloadltrace-c4e53a9c569cc0ca406ba947ddb97ca2cd0f32c0.tar.gz
almost there...
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index e03f785..e954eeb 100644
--- a/options.c
+++ b/options.c
@@ -98,7 +98,7 @@ usage(void) {
" -d print debugging info.\n"
# endif
" -e expr modify which events to trace.\n"
- " -f follow forks.\n"
+ " -f trace children (fork() and clone()).\n"
# if HAVE_GETOPT_LONG
" -F, --config=FILE load alternate configuration file (may be repeated).\n"
# else