+ "You can authenticate yourself by specifying <username> and "
+ "<password> when you invoke this demo as follows:");
usage();
}
ProjectHostingService service =
new ProjectHostingService("projecthosting-read-demo");
try {
new ProjectHostingReadDemo(service, project, username, password).run();
} catch (AuthenticationException e) {
System.out.println("The username/password entered is invalid.");