update storage attach allowTo usage
This commit is contained in:
parent
e362d47903
commit
b522901845
@ -101,7 +101,7 @@ over time
|
|||||||
},
|
},
|
||||||
&cli.StringSliceFlag{
|
&cli.StringSliceFlag{
|
||||||
Name: "allow-to",
|
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 {
|
Action: func(cctx *cli.Context) error {
|
||||||
|
@ -57,7 +57,7 @@ var storageAttachCmd = &cli.Command{
|
|||||||
},
|
},
|
||||||
&cli.StringSliceFlag{
|
&cli.StringSliceFlag{
|
||||||
Name: "allow-to",
|
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 {
|
Action: func(cctx *cli.Context) error {
|
||||||
|
@ -1984,7 +1984,7 @@ OPTIONS:
|
|||||||
--store (for init) use path for long-term storage (default: false)
|
--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!)
|
--max-storage value (for init) limit storage space for sectors (expensive for very large paths!)
|
||||||
--groups value path group names
|
--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)
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -95,7 +95,7 @@ OPTIONS:
|
|||||||
--store (for init) use path for long-term storage (default: false)
|
--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!)
|
--max-storage value (for init) limit storage space for sectors (expensive for very large paths!)
|
||||||
--groups value path group names
|
--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)
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user