retrieval: Address review

This commit is contained in:
Łukasz Magiera
2019-08-29 17:51:52 +02:00
parent 985ca7d439
commit d8bcb37f9f
4 changed files with 28 additions and 14 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ var clientFindCmd = &cli.Command{
Usage: "find data in the network",
Action: func(cctx *cli.Context) error {
if !cctx.Args().Present() {
fmt.Println("Usage: retrieve [CID]")
fmt.Println("Usage: find [CID]")
return nil
}