diff --git a/KeyMaster b/KeyMaster index 8af1671..f024f93 100755 Binary files a/KeyMaster and b/KeyMaster differ diff --git a/bin/KeyMaster b/bin/KeyMaster index 8af1671..f024f93 100755 Binary files a/bin/KeyMaster and b/bin/KeyMaster differ diff --git a/build/CMakeFiles/KeyMaster.dir/src/main.c.o b/build/CMakeFiles/KeyMaster.dir/src/main.c.o index 616967d..fd9fb44 100644 Binary files a/build/CMakeFiles/KeyMaster.dir/src/main.c.o and b/build/CMakeFiles/KeyMaster.dir/src/main.c.o differ diff --git a/src/main.c b/src/main.c index 95d2a2d..2abe06c 100644 --- a/src/main.c +++ b/src/main.c @@ -140,6 +140,10 @@ int main(void) { break; } + else + { + printf("Invalid command (%s)\n\"Q\" or \"quit\" or \"exit\" to close the program\n", choice); + } // Connect to the server and get the list of passwords tro HTTP GET }