Skip to content

Commit

Permalink
Add slightly more detailed help.
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorLowther committed Mar 17, 2015
1 parent 278f09c commit c347c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func scan(addrs, username, password string) (res []*NodeInfo) {
}

func main() {
addrs := flag.String("scan", "", "Comma-seperated list of IP addresses to scan for iDRAC presence")
addrs := flag.String("scan", "", "Comma-seperated list of IP addresses to scan for iDRAC presence.\n Ranges are allowed, and must be seperated by a hyphen.\n IP4 and IP6 compatible, but only IP4 addresses tested.")
username := flag.String("u", "", "Username to try to log in as")
password := flag.String("p", "", "Password to try and use")
flag.Parse()
Expand Down

0 comments on commit c347c97

Please sign in to comment.