Browse Source

Space out options.

cl-refactor
Gav Wood 10 years ago
parent
commit
29fb1f2d23
  1. 1
      ethvm/main.cpp

1
ethvm/main.cpp

@ -42,6 +42,7 @@ void help()
<< " --gas-price <n> Transaction's gas price' should be <n> (default: 0)." << endl
<< " --sender <a> Transaction sender should be <a> (default: 0000...0069)." << endl
<< " --origin <a> Transaction origin should be <a> (default: 0000...0069)." << endl
<< endl
<< "Options for trace:" << endl
<< " --flat Minimal whitespace in the JSON." << endl
<< " --mnemonics Show instruction mnemonics in the trace (non-standard)." << endl

Loading…
Cancel
Save