Merge pull request #850 from hqhq/fix_help_msg

Fix help message for memory-swap
This commit is contained in:
Mrunal Patel
2016-07-21 06:54:37 -07:00
committed by GitHub
+1 -1
View File
@@ -95,7 +95,7 @@ other options are ignored.
},
cli.StringFlag{
Name: "memory-swap",
Usage: "Total memory usage (memory + swap); set `-1` to enable unlimited swap",
Usage: "Total memory usage (memory + swap); set '-1' to enable unlimited swap",
},
},
Action: func(context *cli.Context) error {