mirror of
https://github.com/corda/corda.git
synced 2025-04-18 16:18:12 +00:00
update usage message
This commit is contained in:
parent
a6853fa820
commit
d20fc697cb
@ -25,8 +25,12 @@ namespace {
|
||||
void
|
||||
usageAndExit(const char* name)
|
||||
{
|
||||
fprintf(stderr, "usage: %s [-cp <classpath>] [-Xmx<maximum heap size>] "
|
||||
"<class name> [<argument> ...]\n", name);
|
||||
fprintf
|
||||
(stderr, "usage: %s\n"
|
||||
"\t[{-cp|-classpath} <classpath>]\n"
|
||||
"\t[-Xmx<maximum heap size>]\n"
|
||||
"\t[-Xbootclasspath/p:<classpath to prepend to bootstrap classpath>]\n"
|
||||
"\t<class name> [<argument> ...]\n", name);
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user