Change language for files read slightly
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Mar 1, 2016 at 14:10 UTC
0d89ae29ebb169a691b5c233f362ca33c2a53ed6
1 file changed
+1
-1
core/commands/files/files.go
+1
-1
@@ -348,7 +348,7 @@ Examples:
348
cmds.StringArg("path", true, false, "Path to file to be read."),
349
},
350
Options: []cmds.Option{
351
- cmds.IntOption("o", "offset", "Offset to read from."),
351
+ cmds.IntOption("o", "offset", "Byte offset to begin reading from."),
352
cmds.IntOption("n", "count", "Maximum number of bytes to read."),
353
},
354
Run: func(req cmds.Request, res cmds.Response) {