Skip to content

Commit

Permalink
Update version nr
Browse files Browse the repository at this point in the history
Update version nr
  • Loading branch information
Tom committed Dec 26, 2019
1 parent 4089af2 commit fdb3633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ int main(int argc, char *argv[]){
strcpy(initialize_cmd, argv[arg_idx]);
}
}else if (strcmp(argv[arg_idx], "-?")==0){
printf("WS2812 Server program for Raspberry Pi V2.0");
printf("WS2812 Server program for Raspberry Pi V2.2");
printf("Command line options:\n");
printf("-p <pipename> creates a named pipe at location <pipename> where you can write command to.\n");
printf("-f <filename> read commands from <filename>\n");
Expand Down

0 comments on commit fdb3633

Please sign in to comment.