Closed tyilo closed 11 years ago
When running voltron with no arguments I get the following output:
voltron
usage: voltron [-h] [--debug] {reg,disasm,stack,bt,cmd,server,gdb6proxy} ... voltron: error: too few arguments
Shouldn't it include -o, -v and -s options?
-o
-v
-s
Also include it somewhere in the README.
I'll add some more info to the default help message, but try: $ voltron -h $ voltron reg -h
The -s -v -o options are specific to the reg view.
When running
voltron
with no arguments I get the following output:Shouldn't it include
-o
,-v
and-s
options?Also include it somewhere in the README.