Skip to content

Commit fb22165

Browse files
author
Mrunal Patel
authored
Merge pull request #850 from hqhq/fix_help_msg
Fix help message for memory-swap
2 parents f0e17e9 + 9ebf816 commit fb22165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ other options are ignored.
9595
},
9696
cli.StringFlag{
9797
Name: "memory-swap",
98-
Usage: "Total memory usage (memory + swap); set `-1` to enable unlimited swap",
98+
Usage: "Total memory usage (memory + swap); set '-1' to enable unlimited swap",
9999
},
100100
},
101101
Action: func(context *cli.Context) error {

0 commit comments

Comments
 (0)