1
0
鏡像自 https://github.com/quitesimpleorg/hs9001.git 已同步 2025-07-01 09:43:50 +02:00

Usage text: Mention import

此提交包含在:
2021-03-21 10:29:41 +01:00
父節點 5604c310d7
當前提交 1d991b50fc

查看文件

@ -120,7 +120,7 @@ func main() {
argslen := len(args)
if argslen < 1 {
fmt.Fprintf(os.Stderr, "Usage: ./hs9001 <add/search/init>\n")
fmt.Fprintf(os.Stderr, "Usage: ./hs9001 <add/search/init/import>\n")
return
}