[DOC] usage example comment (fix rename to yanic) #59

This commit is contained in:
Malte Blättermann 2017-04-19 23:52:13 +02:00 committed by Geno
parent 237e011068
commit d20277a4c4
1 changed files with 1 additions and 1 deletions

View File

@ -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]