fix: rename query-retrieval-ask to retrieval-ask

This commit is contained in:
Dirk McCormick
2021-12-17 18:01:12 +01:00
parent 0f22d51309
commit bb56e97177
3 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -1044,7 +1044,7 @@ var clientQueryRetrievalAskCmd = &cli.Command{
Action: func(cctx *cli.Context) error {
afmt := NewAppFmt(cctx.App)
if cctx.NArg() != 2 {
afmt.Println("Usage: query-retrieval-ask [minerAddress] [data CID]")
afmt.Println("Usage: retrieval-ask [minerAddress] [data CID]")
return nil
}