Skip to content

Commit

Permalink
Fix help message
Browse files Browse the repository at this point in the history
Signed-off-by: Ammar Faizi <[email protected]>
  • Loading branch information
ammarfaizi2 committed Mar 17, 2021
1 parent 263fba4 commit fe98e60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/teavpn2/client/help.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ void teavpn_client_show_help(const char *app)
"\n");
printf("GitHub repository: https://github.com/TeaInside/teavpn2\n");
printf("\n");
printf("This software is licensed under the GPL-v3 license.\n");
printf("This software is licensed under the GPL-v2 license.\n");
}
2 changes: 1 addition & 1 deletion src/teavpn2/server/help.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ void teavpn_server_show_help(const char *app)
"\n");
printf("GitHub repository: https://github.com/TeaInside/teavpn2\n");
printf("\n");
printf("This software is licensed under the GPL-v3 license.\n");
printf("This software is licensed under the GPL-v2 license.\n");
}

0 comments on commit fe98e60

Please sign in to comment.