Suggested-by: Eric Blake <[email protected]>
Signed-off-by: Eduardo Habkost <[email protected]>
---
vl.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/vl.c b/vl.c
index 24343f7..b68b891 100644
--- a/vl.c
+++ b/vl.c
@@ -4165,12 +4165,12 @@ int main(int argc, char **argv, char **envp)
if (display_type == DT_NOGRAPHIC
&& (default_parallel || default_serial
|| default_monitor || default_virtcon)) {
- error_report("-nographic can not be used with -daemonize");
+ error_report("-nographic cannot be used with -daemonize");
exit(1);
}
#ifdef CONFIG_CURSES
if (display_type == DT_CURSES) {
- error_report("curses display can not be used with -daemonize");
+ error_report("curses display cannot be used with -daemonize");
exit(1);
}
#endif
--
2.1.0