Skip to content

Commit

Permalink
v3.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pvtom committed Mar 23, 2024
1 parent 7235751 commit 00e3980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RscpMqttMain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2216,7 +2216,7 @@ int main(int argc, char *argv[]){
if ((!strcmp(argv[i], "--config") || !strcmp(argv[i], "-c")) && (i+1 < argc)) cfile = argv[++i];
if (!strcmp(argv[i], "--help")) {
printf("rscp2mqtt [%s] - Bridge between an E3/DC home power station and an MQTT broker\n\n", RSCP2MQTT);
printf("Usage: %s [options]\n\n", basename(argv[0]));
printf("Usage: rscp2mqtt [options]\n\n");
printf("Options:\n -c, --config <file>\n -d, --daemon\t\tdaemon mode\n -v, --verbose\t\tverbose mode\n\n");
printf("For more details please visit https://github.com/pvtom/rscp2mqtt\n");
exit(EXIT_SUCCESS);
Expand Down

0 comments on commit 00e3980

Please sign in to comment.