From 05ec91b49d163869a7470c8152c01ed03c16f0fb Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Thu, 4 Sep 2008 13:33:47 -0400 Subject: PR6864: simplify usage() report --- main.cxx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'main.cxx') diff --git a/main.cxx b/main.cxx index 11244d8d..ff993e4a 100644 --- a/main.cxx +++ b/main.cxx @@ -121,16 +121,15 @@ usage (systemtap_session& s, int exitcode) #ifdef HAVE_LIBSQLITE3 << " -q generate information on tapset coverage" << endl #endif /* HAVE_LIBSQLITE3 */ +#if 0 /* PR6864: disable temporarily; should merge with -d somehow */ << " --kelf make do with symbol table from vmlinux" << endl << " --kmap[=FILE]" << endl << " make do with symbol table from nm listing" << endl - << " --ignore-vmlinux" << endl - << " for testing, pretend vmlinux can't be found" << endl - << " --ignore-dwarf" << endl - << " for testing, pretend vmlinux and modules lack debug info" +#endif + // Formerly present --ignore-{vmlinux,dwarf} options are for testsuite use + // only, and don't belong in the eyesight of a plain user. << endl ; - // -d: dump safety-related external references exit (exitcode); } -- cgit