From d04cf5ff9d9bbaeb0c7af500ab1e6839d9a55e14 Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 12 Jul 2005 21:31:25 +0000 Subject: 2005-07-12 Frank Ch. Eigler * 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. --- main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cxx') 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." -- cgit