From cfaf69030675b07dc672e69ac0350b0317da9a12 Mon Sep 17 00:00:00 2001 From: Joel Dice Date: Mon, 14 Jul 2008 11:23:33 -0600 Subject: [PATCH] update usage message (part 2) --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.cpp b/src/main.cpp index 8f094fc489..69fcb0cdfc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -30,6 +30,7 @@ usageAndExit(const char* name) "\t[{-cp|-classpath} ]\n" "\t[-Xmx]\n" "\t[-Xbootclasspath/p:]\n" + "\t[-D= ...]\n" "\t [ ...]\n", name); exit(-1); }