We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48756d0 commit c0bdb9fCopy full SHA for c0bdb9f
app/cmd/server.go
@@ -36,7 +36,7 @@ func ServerCmd() cli.Command {
36
Required: true,
37
},
38
cli.StringFlag{
39
- Name: "dataEngine",
+ Name: "data-engine",
40
Usage: "The volume data engine",
41
42
@@ -91,7 +91,7 @@ func ServerCmd() cli.Command {
91
Action: func(c *cli.Context) {
92
vol := volume.Volume{
93
Name: c.String("volume"),
94
- DataEngine: c.String("dataEngine"),
+ DataEngine: c.String("data-engine"),
95
Passphrase: c.String("passphrase"),
96
CryptoKeyCipher: c.String("crytpokeycipher"),
97
CryptoKeyHash: c.String("crytpokeyhash"),
0 commit comments