mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
whitespace tweak for usage message in bootimage.cpp
This commit is contained in:
parent
21d1a6c883
commit
e6c780e4e8
@ -1642,7 +1642,7 @@ main(int ac, const char** av)
|
|||||||
{
|
{
|
||||||
if (ac < 4 or ac > 7) {
|
if (ac < 4 or ac > 7) {
|
||||||
fprintf(stderr, "usage: %s <classpath> <bootimage file> <code file>"
|
fprintf(stderr, "usage: %s <classpath> <bootimage file> <code file>"
|
||||||
"[<class name> [<method name> [<method spec>]]]\n", av[0]);
|
" [<class name> [<method name> [<method spec>]]]\n", av[0]);
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user