Update description for divine-size

This commit is contained in:
Kevin Lange 2014-04-11 22:50:02 -07:00
parent d3b873cd04
commit 38429b9f03

View File

@ -483,7 +483,7 @@ static struct shell_command shell_commands[] = {
{"modules", &shell_modules,
"Print names and addresses of all loaded modules."},
{"divine-size", &shell_divinesize,
"Attempt to automatically set the PTY's size to the size of the current window."},
"Attempt to discover TTY size of serial."},
{"exit", &shell_exit,
"Quit the shell."},
{NULL, NULL, NULL}