diff --git a/HostMain.cpp b/HostMain.cpp index 2574c5b0..7bed76a5 100644 --- a/HostMain.cpp +++ b/HostMain.cpp @@ -140,7 +140,7 @@ void usage(const char* message, const char* arg) ::fprintf(stderr, "\n\n"); } - ::fprintf(stdout, "usage: %s [-v] [-f] [--cal] [--setup] [-c ] [--remote [-a
] [-p ]]\n\n" + ::fprintf(stdout, "usage: %s [-vh] [-f] [--cal] [--setup] [-c ] [--remote [-a
] [-p ]]\n\n" " -f foreground mode\n" " --cal calibration mode\n" " --setup setup mode\n" diff --git a/remote/RemoteCommandMain.cpp b/remote/RemoteCommandMain.cpp index cf21bd35..db4a120c 100644 --- a/remote/RemoteCommandMain.cpp +++ b/remote/RemoteCommandMain.cpp @@ -90,7 +90,7 @@ void usage(const char* message, const char* arg) ::fprintf(stderr, "\n\n"); } - ::fprintf(stdout, "usage: %s [-v] [-a
] [-p ] [-P ] \n\n" + ::fprintf(stdout, "usage: %s [-dvh] [-a
] [-p ] [-P ] \n\n" " -a remote modem command address\n" " -p remote modem command port\n" " -P remote modem authentication password\n"