Skip to content

Commit

Permalink
Fixed printing of usage text header on every execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Paulikevich committed Jan 4, 2020
1 parent 7a6c5d6 commit cfaf20c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ type vm struct {
}

func main() {
flag.Usage()
vmid := flag.String("vmid", ".*", "add vmid filter")
state := flag.String("state", ".*", "add state filter")
vmtype := flag.String("type", ".*", "add vm type filter")
Expand Down

0 comments on commit cfaf20c

Please sign in to comment.