Merge pull request #1080 from nathanleclaire/shorter_store_flag

Add short form of --storage-path flag
This commit is contained in:
Evan Hazlett 2015-05-01 14:56:49 -04:00
commit b0ae0edd32
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ func main() {
},
cli.StringFlag{
EnvVar: "MACHINE_STORAGE_PATH",
Name: "storage-path",
Name: "s, storage-path",
Value: utils.GetBaseDir(),
Usage: "Configures storage path",
},