Skip to content

Commit

Permalink
Merge pull request #2423 from ipfs/docs/files-read-add-byte
Browse files Browse the repository at this point in the history
Change language for files read slightly
  • Loading branch information
whyrusleeping committed Mar 1, 2016
2 parents adf8979 + 0d89ae2 commit 922dc20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/files/files.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ Examples:
cmds.StringArg("path", true, false, "Path to file to be read."),
},
Options: []cmds.Option{
cmds.IntOption("o", "offset", "Offset to read from."),
cmds.IntOption("o", "offset", "Byte offset to begin reading from."),
cmds.IntOption("n", "count", "Maximum number of bytes to read."),
},
Run: func(req cmds.Request, res cmds.Response) {
Expand Down

0 comments on commit 922dc20

Please sign in to comment.