summaryrefslogtreecommitdiffstats
path: root/main.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2008-11-26 16:52:34 -0500
committerFrank Ch. Eigler <fche@elastic.org>2008-11-26 16:54:10 -0500
commitc3157bcd428bdf98a548688cca4b13ecc1622463 (patch)
treead5a0bbe3efe46606be2504c89cd69677c15d343 /main.cxx
parent6516738fcdd511677c6e205347a25e1398348093 (diff)
downloadsystemtap-steved-c3157bcd428bdf98a548688cca4b13ecc1622463.tar.gz
systemtap-steved-c3157bcd428bdf98a548688cca4b13ecc1622463.tar.xz
systemtap-steved-c3157bcd428bdf98a548688cca4b13ecc1622463.zip
PR6925: improve upon "Try again with another -v option" message
Diffstat (limited to 'main.cxx')
-rw-r--r--main.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/main.cxx b/main.cxx
index 406228ae..2646cecd 100644
--- a/main.cxx
+++ b/main.cxx
@@ -939,7 +939,7 @@ main (int argc, char * const argv [])
if (rc)
cerr << "Pass 1: parse failed. "
- << "Try again with more '-v' (verbose) options."
+ << "Try again with another '--vp 1' option."
<< endl;
if (rc || s.last_pass == 1 || pending_interrupts) goto cleanup;
@@ -967,7 +967,7 @@ main (int argc, char * const argv [])
if (rc)
cerr << "Pass 2: analysis failed. "
- << "Try again with more '-v' (verbose) options."
+ << "Try again with another '--vp 01' option."
<< endl;
// Generate hash. There isn't any point in generating the hash
// if last_pass is 2, since we'll quit before using it.
@@ -1026,7 +1026,7 @@ main (int argc, char * const argv [])
if (rc)
cerr << "Pass 3: translation failed. "
- << "Try again with more '-v' (verbose) options."
+ << "Try again with another '--vp 001' option."
<< endl;
if (rc || s.last_pass == 3 || pending_interrupts) goto cleanup;
@@ -1054,7 +1054,7 @@ main (int argc, char * const argv [])
if (rc)
cerr << "Pass 4: compilation failed. "
- << "Try again with more '-v' (verbose) options."
+ << "Try again with another '--vp 0001' option."
<< endl;
else
{
@@ -1098,7 +1098,7 @@ pass_5:
if (rc)
cerr << "Pass 5: run failed. "
- << "Try again with more '-v' (verbose) options."
+ << "Try again with another '--vp 00001' option."
<< endl;
// if (rc) goto cleanup;