parser.accepts("async-id", "Comma separated list of async ids to stop")
.withOptionalArg()
.describedAs("job-ids")
.withValuesSeparatedBy(',')
.ofType(Integer.class);
parser.accepts("repair-job", "Clean after rebalancing is done");
parser.accepts("prune-job", "Prune versioned put data, after rebalancing");
parser.accepts("purge-slops",
"Purge the slop stores selectively, based on nodeId or zoneId");
parser.accepts("native-backup", "Perform a native backup")
.withRequiredArg()