diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-03 14:04:03 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-03 14:04:03 +0000 |
commit | 89980284975679f8f338006eb8d2d8d4f19cd0fd (patch) | |
tree | 7199f9465d429f6150c1426e01a5dd9c28ada8cf /vl.c | |
parent | a4193c8a4bb36f64311d7d706e343ffabd9eb076 (diff) |
-localtime option
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@875 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1930,6 +1930,7 @@ void help(void) "-m megs set virtual RAM size to megs MB [default=%d]\n" "-nographic disable graphical output and redirect serial I/Os to console\n" "-enable-audio enable audio support\n" + "-localtime set the real time clock to local time [default=utc]\n" "\n" "Network options:\n" "-nics n simulate 'n' network cards [default=1]\n" |