mirror of https://github.com/docker/docs.git
Add short form of --storage-path flag
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
parent
03c245cf4f
commit
4e9fc9c248
2
main.go
2
main.go
|
@ -75,7 +75,7 @@ func main() {
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
EnvVar: "MACHINE_STORAGE_PATH",
|
EnvVar: "MACHINE_STORAGE_PATH",
|
||||||
Name: "storage-path",
|
Name: "s, storage-path",
|
||||||
Value: utils.GetBaseDir(),
|
Value: utils.GetBaseDir(),
|
||||||
Usage: "Configures storage path",
|
Usage: "Configures storage path",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue