Add short form of --storage-path flag

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2015-04-30 11:50:09 -07:00
parent 03c245cf4f
commit 4e9fc9c248
1 changed files with 1 additions and 1 deletions

View File

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