Skip to content

Commit

Permalink
LOL, I wanted to commit the code, not the binary
Browse files Browse the repository at this point in the history
  • Loading branch information
egidijus committed Dec 11, 2018
1 parent e3864b3 commit c888c51
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -9,7 +9,7 @@ import (


func main() {
boolPtr := flag.Bool("help", false, "single binary ip address show tool, made by giddy")
boolPtr := flag.Bool("help", false, "single binary ip address show tool, made by Egidijus. https://github.com/egidijus/showipaddress")
flag.Parse()
fmt.Println("help:", *boolPtr)
ifaces, err := net.Interfaces()
Expand Down
Binary file removed showipaddress
Binary file not shown.

0 comments on commit c888c51

Please sign in to comment.