diff options
Diffstat (limited to 'qemu-io.c')
-rw-r--r-- | qemu-io.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -262,8 +262,9 @@ static void usage(const char *name) " -h, --help display this help and exit\n" " -V, --version output version information and exit\n" "\n" -"See '%s -c help' for information on available commands." -"\n", +"See '%s -c help' for information on available commands.\n" +"\n" +QEMU_HELP_BOTTOM "\n", name, name); } |