Removed unused code

This commit is contained in:
jpk 2024-06-14 22:35:45 +02:00
parent 39e71981d7
commit 36472ed174

3
main.c
View File

@ -10,7 +10,7 @@
#include "config.h"
#define VERSION "1.0"
#define VERSION "1.0.0"
static int setpassword(const char *password) {
unsigned long slen = strlen(password);
@ -168,7 +168,6 @@ int main(int argc, char *argv[]) {
if (show_help) {
printf("Usage: %s [OPTION]\n", argv[0]);
printf(" -C, --config-file=FILE use this user configuration file\n");
printf(" -h, --help give this help list\n");
printf(" -p, --password=PASSWORD sets the access point authentication "
"PASSWORD\n");