Method: Blitz::Command::Traceroute#cmd_help
- Defined in:
- lib/blitz/command/traceroute.rb
#cmd_help(argv) ⇒ Object
4 5 6 7 8 |
# File 'lib/blitz/command/traceroute.rb', line 4 def cmd_help argv puts msg "Usage: blitz traceroute [-r <region>] host" puts end |