fix help output

This commit is contained in:
idk
2022-12-11 16:10:26 +00:00
parent 61e1359220
commit 7ae6c0f0a2

View File

@ -109,8 +109,8 @@ func Help() {
fmt.Println("### Commands")
fmt.Println("")
fmt.Println(" - serve: Serve newsfeeds from a directory")
fmt.Println(" - build: Build newsfeeds from XML(Not Implemented Yet)")
fmt.Println(" - sign: Sign newsfeeds with local keys(Not Implemented Yet)")
fmt.Println(" - build: Build newsfeeds from XML")
fmt.Println(" - sign: Sign newsfeeds with local keys")
fmt.Println("")
fmt.Println("### Options")
fmt.Println("")