update storage attach allowTo usage

This commit is contained in:
Łukasz Magiera 2021-11-23 16:16:27 +01:00
parent e362d47903
commit b522901845
4 changed files with 4 additions and 4 deletions

View File

@ -101,7 +101,7 @@ over time
},
&cli.StringSliceFlag{
Name: "allow-to",
Usage: "group names to which data from this path can be sent (allow all if not specified)",
Usage: "path groups allowed to pull data from this path (allow all if not specified)",
},
},
Action: func(cctx *cli.Context) error {

View File

@ -57,7 +57,7 @@ var storageAttachCmd = &cli.Command{
},
&cli.StringSliceFlag{
Name: "allow-to",
Usage: "group names to which data from this path can be sent (allow all if not specified)",
Usage: "path groups allowed to pull data from this path (allow all if not specified)",
},
},
Action: func(cctx *cli.Context) error {

View File

@ -1984,7 +1984,7 @@ OPTIONS:
--store (for init) use path for long-term storage (default: false)
--max-storage value (for init) limit storage space for sectors (expensive for very large paths!)
--groups value path group names
--allow-to value group names to which data from this path can be sent (allow all if not specified)
--allow-to value path groups allowed to pull data from this path (allow all if not specified)
--help, -h show help (default: false)
```

View File

@ -95,7 +95,7 @@ OPTIONS:
--store (for init) use path for long-term storage (default: false)
--max-storage value (for init) limit storage space for sectors (expensive for very large paths!)
--groups value path group names
--allow-to value group names to which data from this path can be sent (allow all if not specified)
--allow-to value path groups allowed to pull data from this path (allow all if not specified)
--help, -h show help (default: false)
```