Commit 89980284975679f8f338006eb8d2d8d4f19cd0fd
1 parent
a4193c8a
-localtime option
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@875 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
0 deletions
vl.c
... | ... | @@ -1930,6 +1930,7 @@ void help(void) |
1930 | 1930 | "-m megs set virtual RAM size to megs MB [default=%d]\n" |
1931 | 1931 | "-nographic disable graphical output and redirect serial I/Os to console\n" |
1932 | 1932 | "-enable-audio enable audio support\n" |
1933 | + "-localtime set the real time clock to local time [default=utc]\n" | |
1933 | 1934 | "\n" |
1934 | 1935 | "Network options:\n" |
1935 | 1936 | "-nics n simulate 'n' network cards [default=1]\n" | ... | ... |