summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorhunt <hunt>2005-07-13 19:37:18 +0000
committerhunt <hunt>2005-07-13 19:37:18 +0000
commitfe44201854bc9258128de32bed4e31017723c04c (patch)
tree929c7a109753bea41cbf17d2ce9be81efeac419c /runtime
parent63176c2d8a6ef17a12e58737a5ca2649ffc84693 (diff)
downloadsystemtap-steved-fe44201854bc9258128de32bed4e31017723c04c.tar.gz
systemtap-steved-fe44201854bc9258128de32bed4e31017723c04c.tar.xz
systemtap-steved-fe44201854bc9258128de32bed4e31017723c04c.zip
2005-07-13 Martin Hunt <hunt@redhat.com>
* stpd.c (usage): Fix usage string.
Diffstat (limited to 'runtime')
-rw-r--r--runtime/stpd/ChangeLog2
-rw-r--r--runtime/stpd/stpd.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/runtime/stpd/ChangeLog b/runtime/stpd/ChangeLog
index 4a65035e..87df2532 100644
--- a/runtime/stpd/ChangeLog
+++ b/runtime/stpd/ChangeLog
@@ -1,5 +1,7 @@
2005-07-13 Martin Hunt <hunt@redhat.com>
+ * stpd.c (usage): Fix usage string.
+
* librelay.c (init_stp): Change last arg to NULL, not 0.
2005-07-08 Martin Hunt <hunt@redhat.com>
diff --git a/runtime/stpd/stpd.c b/runtime/stpd/stpd.c
index 149d43e2..a551fcb0 100644
--- a/runtime/stpd/stpd.c
+++ b/runtime/stpd/stpd.c
@@ -38,7 +38,7 @@ static char stpd_filebase[1024];
static void usage(char *prog)
{
- fprintf(stderr, "%s [-p] [-q] kmod-name\n", prog);
+ fprintf(stderr, "%s [-m] [-p] [-q] kmod-name\n", prog);
fprintf(stderr, "-m Don't merge per-cpu files.\n");
fprintf(stderr, "-p Print only. Don't log to files.\n");
fprintf(stderr, "-q Quiet. Don't display trace to stdout.\n");