diff --git a/cmd/datastore/datastore.go b/cmd/datastore/datastore.go index 9f533b6f..ffa2237a 100644 --- a/cmd/datastore/datastore.go +++ b/cmd/datastore/datastore.go @@ -10,8 +10,8 @@ import ( func BuildDatastoreCmd(app *burrito.App) *cobra.Command { cmd := &cobra.Command{ - Use: "runner", - Short: "cmd to use burrito's runner", + Use: "datastore", + Short: "cmd to use burrito's datastore", } cmd.AddCommand(buildDatastoreStartCmd(app)) return cmd