Skip to content

Commit

Permalink
update -a usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jftuga committed Aug 6, 2019
1 parent 5eaa922 commit b514567
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nics.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import (
"github.com/olekukonko/tablewriter"
)

const version = "1.3.0"
const version = "1.3.1"

const (
MAX_HOSTNAME_LEN = 128
Expand Down Expand Up @@ -351,7 +351,7 @@ func gatewayAndDNS(allIPv4, allIPv6 []string, brief bool) {
}

func main() {
argsAllDetails := flag.Bool("a", false, "show all details on ALL interfaces")
argsAllDetails := flag.Bool("a", false, "show all details on ALL interfaces, including DHCP")
argsDebug := flag.Bool("d", false, "show debug information")
argsVersion := flag.Bool("v", false, "show program version")
flag.Usage = func() {
Expand Down

0 comments on commit b514567

Please sign in to comment.