Clarify init's write command.

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

(cherry picked from commit afc08ce39235d0e3f1e63f30ee587f2a5952be44)

Change-Id: Id2fb11d5259957ef23cc839fba14af8452fc69e4
diff --git a/init/readme.txt b/init/readme.txt
index 613a9e9..26be536 100644
--- a/init/readme.txt
+++ b/init/readme.txt
@@ -257,9 +257,9 @@
   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