Signed-off-by: Eduardo Habkost <ehabk...@redhat.com> --- vl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vl.c b/vl.c index 55521a0..686a7d3 100644 --- a/vl.c +++ b/vl.c @@ -828,8 +828,8 @@ static void configure_rtc_date_offset(const char *startdate, int legacy) rtc_start_date = mktimegm(&tm); if (rtc_start_date == -1) { date_fail: - error_report("Invalid date format. Valid formats are:\n" - "'2006-06-17T16:01:21' or '2006-06-17'"); + error_report("invalid date format\n" + "valid formats: '2006-06-17T16:01:21' or '2006-06-17'"); exit(1); } rtc_date_offset = qemu_time() - rtc_start_date; -- 2.1.0