Skip to content

Commit 1a5ac12

Browse files
author
Ronak Banka
committed
Align machine storage path flag name
Signed-off-by: Ronak Banka <ronak.banka@rakuten.com>
1 parent ae9f392 commit 1a5ac12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/machine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func main() {
113113
},
114114
cli.StringFlag{
115115
EnvVar: "MACHINE_STORAGE_PATH",
116-
Name: "s, storage-path",
116+
Name: "storage-path, s",
117117
Value: mcndirs.GetBaseDir(),
118118
Usage: "Configures storage path",
119119
},

0 commit comments

Comments
 (0)