cake
/
p7utils
Archived
1
0
Fork 0
This commit is contained in:
Thomas Touhey 2017-01-17 12:27:31 +01:00
parent 130b433f7c
commit f57245b645
1 changed files with 4 additions and 4 deletions

View File

@ -32,14 +32,14 @@ static const char help_main[] =
"Displays the streamed screen from a CASIO fx calculator.\n"
"\n"
"Options are:\n"
" -h, --help Display this help page\n"
" -v, --version Displays the version\n"
" -h, --help Display this help page\n"
" -v, --version Displays the version\n"
" --com <port> The USB-serial port, if you want to communicate with a\n"
" calculator connected using a USB-to-serial cable. (1 to 20)\n"
" If this option isn't used, the program will look for a\n"
" directly connected USB calculator.\n"
" -z ZOOM Change the zoom (1 to 16)\n"
" By default, the zoom will be " QUOTE(DEFAULT_ZOOM) ".\n"
" -z ZOOM Change the zoom (1 to 16)\n"
" By default, the zoom will be " QUOTE(DEFAULT_ZOOM) ".\n"
"\n"
"Report bugs to " QUOTE(MAINTAINER) ".";