Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.

Commit

Permalink
Update write opts
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Apr 19, 2016
1 parent 847fb09 commit 69660f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apiary.apib
Original file line number Diff line number Diff line change
Expand Up @@ -5823,9 +5823,9 @@ merkledag root.
+ Parameters
+ arg (string, required) - Path to write to.
+ arg2 (string, required) - Data to write.
+ offset (number, optional) - Offset to write to. Alias: o.
+ offset (number, optional) - Byte offset to begin writing at. Alias: o.
+ create (number, optional) - Create the file if it does not exist. Alias: e.
+ truncate (boolean, optional) - Truncate the file before writing. Alias: t.
+ truncate (boolean, optional) - Truncate the file to size zero before writing. Alias: t.
+ count (number, optional) - Maximum number of bytes to read. Alias: n.
+ flush (boolean, optional) - Flush target and ancestors after write. Default: true. Alias: f.

Expand Down

0 comments on commit 69660f8

Please sign in to comment.