Skip to content

Commit

Permalink
Merge "Clarify init's write command."
Browse files Browse the repository at this point in the history
  • Loading branch information
enh-google authored and Gerrit Code Review committed Jul 24, 2014
2 parents c9343cf + afc08ce commit bce3c0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions init/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ wait <path> [ <timeout> ]
or the timeout has been reached. If timeout is not specified it
currently defaults to five seconds.

write <path> <string> [ <string> ]*
Open the file at <path> and write one or more strings
to it with write(2)
write <path> <string>
Open the file at <path> and write a string to it with write(2)
without appending.


Properties
Expand Down

0 comments on commit bce3c0c

Please sign in to comment.