Add a small prompt to the UpdateAllocationTokensCommand

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=248523681
This commit is contained in:
gbrodman
2019-05-21 11:37:22 -04:00
committed by jianglai
parent b12a462f5e
commit 8f9f384406
@@ -123,6 +123,11 @@ public final class UpdateAllocationTokensCommand extends ConfirmingCommand
.collect(toImmutableSet());
}
@Override
public String prompt() {
return String.format("Update %d tokens?", tokensToSave.size());
}
@Override
protected String execute() {
long numUpdated =