cake
/
p7utils
Archived
1
0
Fork 0

Corrected help messages

This commit is contained in:
Thomas Touhey 2017-01-14 00:35:12 +01:00
parent aa751a5a6e
commit 3e32222b6a
3 changed files with 3 additions and 3 deletions

View File

@ -29,7 +29,7 @@ QUOTE(BIN) " - from " QUOTE(NAME) " v" QUOTE(VERSION) " (licensed under GPLv2)\n
/* Main help message */
static const char help_main[] =
"Usage: " QUOTE(BIN) " [--version|-v] [--help|-h] [--no-init] [--no-exit]\n"
" [--storage abc0] [--device /dev/omg0]\n"
" [--storage <fls0>] [--com <port>]\n"
" <subcommand> [options...]\n"
"\n"
"Subcommands you can use are:\n"

View File

@ -28,7 +28,7 @@ QUOTE(BIN) " - from " QUOTE(NAME) " v" QUOTE(VERSION) " (licensed under GPLv2)\n
/* Main help message */
static const char help_main[] =
"Usage: " QUOTE(BIN) " [--version|-v] [--help|-h] [--device /dev/omg0]\n"
"Usage: " QUOTE(BIN) " [--version|-v] [--help|-h] [--com <port>]\n"
" <subcommand> [options...]\n"
"\n"
"Subcommands you can use are :\n"

View File

@ -27,7 +27,7 @@ QUOTE(BIN) " - from " QUOTE(NAME) " v" QUOTE(VERSION) " (licensed under GPLv2)\n
/* Help message */
static const char help_main[] =
"Usage: " QUOTE(BIN) " [--help|-h] [--version|-v]\n"
" [--device /dev/omg0]\n"
" [--com <port>]\n"
"\n"
"Displays the streamed screen from a CASIO fx calculator.\n"
"\n"