Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ static class FateOpsCommand {
boolean fail;

@Parameter(names = {"-d", "--delete"},
description = "<txId>... Delete locks associated with transactions (Requires Manager to be down)")
description = "<txId>... Delete FaTE transaction and its associated table locks (requires Manager to be down)")
boolean delete;

@Parameter(names = {"-p", "--print", "-print", "-l", "--list", "-list"},
Expand Down