}
case 'o': {
try {
AgentUpdateDownload aud = new AgentUpdateDownload(agent);
aud.download();
aud.validate();
out.println(MSG.getMsg(AgentI18NResourceKeys.UPDATE_DOWNLOADED, aud.getAgentUpdateBinaryFile()));
} catch (Exception e) {
out.println(MSG.getMsg(AgentI18NResourceKeys.UPDATE_DOWNLOAD_FAILED, ThrowableUtil
.getAllMessages(e)));