added -startdate option
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3540 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/qemu-doc.texi b/qemu-doc.texi
index 75ba382..3645ba2 100644
--- a/qemu-doc.texi
+++ b/qemu-doc.texi
@@ -268,6 +268,11 @@
time). This option is needed to have correct date in MS-DOS or
Windows.
+@item -startdate date
+Set the initial date of the real time clock. Valid format for
+@var{date} are: @code{now} or @code{2006-06-17T16:01:21} or
+@code{2006-06-17}. The default value is @code{now}.
+
@item -pidfile file
Store the QEMU process PID in @var{file}. It is useful if you launch QEMU
from a script.