Usage text: Mention import

This commit is contained in:
Albert S. 2021-03-21 10:29:41 +01:00
parent 5604c310d7
commit 1d991b50fc
1 changed files with 1 additions and 1 deletions

View File

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