Skip to content

Commit

Permalink
Clarify init's write command.
Browse files Browse the repository at this point in the history
Bug: https://code.google.com/p/android/issues/detail?id=73996

(cherry picked from commit afc08ce)

Change-Id: Id2fb11d5259957ef23cc839fba14af8452fc69e4
  • Loading branch information
enh-google committed Jul 25, 2014
1 parent 74ff4fc commit d41f1a7
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 d41f1a7

Please sign in to comment.