diff options
author | dsmith <dsmith> | 2006-09-26 21:38:35 +0000 |
---|---|---|
committer | dsmith <dsmith> | 2006-09-26 21:38:35 +0000 |
commit | 402c36ddc19668091f30f4bbe95088af55af9bf1 (patch) | |
tree | 2f50cb73bb7afd26692527e4ae7af9c4f6ac3916 /runtime/stpd/stpd.c | |
parent | c4357f5103e086ce4189324a8c4f18ddebfc6b9a (diff) | |
download | systemtap-steved-402c36ddc19668091f30f4bbe95088af55af9bf1.tar.gz systemtap-steved-402c36ddc19668091f30f4bbe95088af55af9bf1.tar.xz systemtap-steved-402c36ddc19668091f30f4bbe95088af55af9bf1.zip |
2006-09-26 David Smith <dsmith@redhat.com>
* Makefile: Changed 'stpd' references to 'staprun'.
* librelay.c: Ditto.
* stpd.c: Ditto.
Diffstat (limited to 'runtime/stpd/stpd.c')
-rw-r--r-- | runtime/stpd/stpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/stpd/stpd.c b/runtime/stpd/stpd.c index a815d5be..5420cf80 100644 --- a/runtime/stpd/stpd.c +++ b/runtime/stpd/stpd.c @@ -53,7 +53,7 @@ static void usage(char *prog) "\t[-b bufsize] [-o FILE] kmod-name [kmod-options]\n", prog); fprintf(stderr, "-p Print only. Don't log to files.\n"); fprintf(stderr, "-q Quiet. Don't display trace to stdout.\n"); - fprintf(stderr, "-c cmd. Command \'cmd\' will be run and stpd will exit when it does.\n"); + fprintf(stderr, "-c cmd. Command \'cmd\' will be run and staprun will exit when it does.\n"); fprintf(stderr, " _stp_target will contain the pid for the command.\n"); fprintf(stderr, "-t pid. Sets _stp_target to pid.\n"); fprintf(stderr, "-d pid. Pass the systemtap driver's pid.\n"); @@ -170,7 +170,7 @@ int main(int argc, char **argv) } if (init_stp(!quiet)) { - //fprintf(stderr, "Couldn't initialize stpd. Exiting.\n"); + //fprintf(stderr, "Couldn't initialize staprun. Exiting.\n"); exit(1); } |