From 37d3878cb0d4f2fb1a6e8d56d4b8d7c327b81262 Mon Sep 17 00:00:00 2001 From: YouROK <8YouROK8@mail.ru> Date: Thu, 9 Mar 2023 23:00:22 +0300 Subject: [PATCH] fix arg --- server/cmd/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/cmd/main.go b/server/cmd/main.go index d97966f..10fab82 100644 --- a/server/cmd/main.go +++ b/server/cmd/main.go @@ -35,7 +35,7 @@ type args struct { TorrentAddr string `help:"Torrent client address, default :32000"` PubIPv4 string `arg:"-4" help:"set public IPv4 addr"` PubIPv6 string `arg:"-6" help:"set public IPv6 addr"` - SearchWA bool `arg:"-swa" help:"search without auth"` + SearchWA bool `arg:"-s" help:"search without auth"` } func (args) Version() string {