Improve reva storage service descriptions

The descriptions make it clearer that the services actually represent a
mount point in the combined storage. Each mount point can have a
different driver.
This commit is contained in:
Vincent Petry
2020-09-16 22:14:50 +05:45
committed by Phil Davis
parent e6c442fc7c
commit aa46f0abb9
7 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
func RevaStorageEOSCommand(cfg *config.Config) *cli.Command {
return &cli.Command{
Name: "reva-storage-eos",
Usage: "Start reva eos storage",
Usage: "Start reva storage service for eos mount",
Category: "Extensions",
Flags: flagset.StorageEOSWithConfig(cfg.Reva),
Action: func(c *cli.Context) error {