Skip to content

Commit

Permalink
Quick fix for wrong option
Browse files Browse the repository at this point in the history
  • Loading branch information
s1061123 committed Dec 10, 2018
1 parent 4365629 commit 98e65ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kokotap_pod/kokotap_pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ func main() {
var _ koko.VxLan

a.HelpFlag.Short('h')
a.VersionFlag.Short('h')
a.VersionFlag.Short('v')
a.Flag("procprefix", "prefix for /proc filesystem").StringVar(&procPrefix)
//a.Flag("mode", "Kokotap mode (sender/receiver)").StringVar(&mode)
k := a.Command("mode", "Kokotap mode (sender/receiver)")
Expand Down

0 comments on commit 98e65ee

Please sign in to comment.