mirror of
https://github.com/tomoko-dev9/nntpchan.git
synced 2026-06-02 04:44:53 +02:00
fix docs
This commit is contained in:
@@ -45,7 +45,7 @@ func main() {
|
||||
if len(os.Args) > 2 {
|
||||
tool := os.Args[2]
|
||||
if tool == "mod" {
|
||||
if len(os.Args) == 4 && os.Args[3] == "do" {
|
||||
if len(os.Args) >= 4 && strings.ToLower(os.Args[3]) == "do" {
|
||||
daemon.Setup()
|
||||
eng := daemon.ModEngine()
|
||||
r := bufio.NewReader(os.Stdin)
|
||||
|
||||
Reference in New Issue
Block a user