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:
committed by
Phil Davis
parent
e6c442fc7c
commit
aa46f0abb9
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user