fixed prompt to mention 1, 2, or 3 as valid options

This commit is contained in:
Mark Fisher
2012-03-17 17:31:07 -03:00
parent f6b6fc315f
commit dc31846615

View File

@@ -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");
}
}