1
0
Fork 0

Fix typos

master
dump_stack() 2018-08-10 07:16:58 +00:00
parent 9218a10641
commit ff4e7f8398
Signed by: dump_stack
GPG Key ID: D90D0727C1FEBEAB
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ func main() {
kingpin.Command("list", "List applications")
autoballonCommand := kingpin.Command("autoballoon", "Automatically adjust/reduce app vm memory")
minMemory := autoballonCommand.Flag("min-memory", "Set minimal memory (megabytes)").Default("1024").Uint64()
adjustPercent := autoballonCommand.Flag("adj-memory", "Adjust memory ammount (percents)").Default("20").Uint64()
adjustPercent := autoballonCommand.Flag("adj-memory", "Adjust memory amount (percents)").Default("20").Uint64()
startCommand := kingpin.Command("start", "Start application")
startName := startCommand.Arg("name", "Application name").Required().String()