Fixed apostrope in files stat options
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Jun 1, 2016 at 15:42 UTC
575547042cc4f806a060f9690e1ec92811d78741
1 file changed
+2
-2
core/commands/files/files.go
+2
-2
@@ -71,8 +71,8 @@ Size: <size>
71
CumulativeSize: <cumulsize>
72
ChildBlocks: <childs>
73
Type: <type>`),
74
- cmds.BoolOption("hash", "Print only hash. Implies '--format=<hash>. Conflicts with other format options.").Default(false),
75
- cmds.BoolOption("size", "Print only size. Implies '--format=<cumulsize>. Conflicts with other format options.").Default(false),
74
+ cmds.BoolOption("hash", "Print only hash. Implies '--format=<hash>'. Conflicts with other format options.").Default(false),
75
+ cmds.BoolOption("size", "Print only size. Implies '--format=<cumulsize>'. Conflicts with other format options.").Default(false),
76
},
77
Run: func(req cmds.Request, res cmds.Response) {
78