snare / voltron

A hacky debugger UI for hackers
MIT License
6.18k stars 414 forks source link

Several command-line flags are undocumented (-o, -v, -s) #12

Closed tyilo closed 11 years ago

tyilo commented 11 years ago

When running voltron with no arguments I get the following output:

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?

Also include it somewhere in the README.

snare commented 11 years ago

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.