From fe44201854bc9258128de32bed4e31017723c04c Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 13 Jul 2005 19:37:18 +0000 Subject: 2005-07-13 Martin Hunt * stpd.c (usage): Fix usage string. --- runtime/stpd/stpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stpd/stpd.c') 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"); -- cgit