summaryrefslogtreecommitdiffstats
path: root/runtime/stpd
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stpd')
-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");