Clarify init's write command.

Bug: https://code.google.com/p/android/issues/detail?id=73996

(cherry picked from commit afc08ce392)

Change-Id: Id2fb11d5259957ef23cc839fba14af8452fc69e4
This commit is contained in:
Elliott Hughes 2014-07-25 10:39:41 -07:00
parent 74ff4fcfc4
commit d41f1a7ae4
1 changed files with 3 additions and 3 deletions

View File

@ -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