Skip to content

Commit

Permalink
[DOC] usage example comment (fix rename to yanic) #59
Browse files Browse the repository at this point in the history
  • Loading branch information
mablae authored and genofire committed Apr 19, 2017
1 parent 237e011 commit d20277a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/yanic-query/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/FreifunkBremen/yanic/runtime"
)

// Usage: respond-query wlp4s0 "[fe80::eade:27ff:dead:beef%wlp4s0]:1001"
// Usage: yanic-query wlp4s0 "[fe80::eade:27ff:dead:beef%wlp4s0]:1001"
func main() {
iface := os.Args[1]
dstAddress := os.Args[2]
Expand Down

0 comments on commit d20277a

Please sign in to comment.