Mentions autopty and stdio in CLI usage

This commit is contained in:
Camilo Aguilar 2015-09-23 19:24:34 -04:00
parent a85426bced
commit b0f41b066b
2 changed files with 2 additions and 2 deletions

View file

@ -666,7 +666,7 @@ uart_set_backend(struct uart_softc *sc, const char *opts)
return retval;
}
fprintf(stdout, "Hook up a terminal emulator to %s in order too access your VM\n", ptyname);
fprintf(stdout, "Hook up a terminal emulator to %s in order to access your VM\n", ptyname);
sc->tty.fd = ptyfd;
sc->tty.name = ptyname;
sc->tty.opened = true;

View file

@ -134,7 +134,7 @@ usage(int code)
" -g: gdb port\n"
" -h: help\n"
" -H: vmexit from the guest on hlt\n"
" -l: LPC device configuration\n"
" -l: LPC device configuration. Ex: -l com1,stdio -l com2,autopty -l com2,/dev/myownpty\n"
" -m: memory size in MB\n"
" -p: pin 'vcpu' to 'hostcpu'\n"
" -P: vmexit from the guest on pause\n"