mirror of https://github.com/docker/docs.git
Merge pull request #1080 from nathanleclaire/shorter_store_flag
Add short form of --storage-path flag
This commit is contained in:
commit
b0ae0edd32
2
main.go
2
main.go
|
@ -74,7 +74,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