out.println(" --body-file <path> Alternative to --body, to specify a file that");
out.println(" contains the binary body of the event");
out.println(" --verbose To see more verbose output");
out.println(" --help To print this message");
if (error) {
throw new UsageException();
}
}