summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-07-12 21:31:25 +0000
committerfche <fche>2005-07-12 21:31:25 +0000
commitd04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14 (patch)
tree7d3966927397848ccae4797de08241b24d5897e1 /main.cxx
parentf4e12f02458ef7846f50c22887a907d93068738a (diff)
downloadsystemtap-steved-d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14.tar.gz
systemtap-steved-d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14.tar.xz
systemtap-steved-d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14.zip
2005-07-12 Frank Ch. Eigler <fche@redhat.com>
* buildrun.cxx (compile_pass): Make non-verbose mode quieter. (run_pass): Spawn stpd for dirty work. * Makefile.am: Also build stpd into libexecdir. * configure.ac: Pass LIBEXECDIR. * Makefile.in, configure, config.in: Regenerated. * AUTHORS: Update.
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cxx b/main.cxx
index 5b6159c8..43a41cda 100644
--- a/main.cxx
+++ b/main.cxx
@@ -32,7 +32,7 @@ void
usage (systemtap_session& s)
{
clog
- << "SystemTap translator "
+ << "SystemTap translator/driver "
<< "(version " << VERSION << " built " << DATE << ")" << endl
<< "Copyright (C) 2005 Red Hat, Inc." << endl
<< "This is free software; see the source for copying conditions."