fixed prompt to mention 1, 2, or 3 as valid options
This commit is contained in:
@@ -116,7 +116,7 @@ public final class Main {
|
||||
printUserInformation(fullUser);
|
||||
|
||||
} else {
|
||||
LOGGER.info("\n\n Please enter '1' or '2' <enter>:\n\n");
|
||||
LOGGER.info("\n\n Please enter '1', '2', or '3' <enter>:\n\n");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user