Skip to content

Commit

Permalink
GG-20222 Baseline Auto-adjust command usage improved.
Browse files Browse the repository at this point in the history
  • Loading branch information
ibessonov committed Jun 24, 2019
1 parent d8b6548 commit be2b502
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class BaselineCommand implements Command<BaselineArguments> {
Command.usage(logger, "Set baseline topology based on version:", BASELINE,
BaselineSubcommands.VERSION.text() + " topologyVersion", optional(CMD_AUTO_CONFIRMATION));
Command.usage(logger, "Set baseline autoadjustment settings:", BASELINE,
BaselineSubcommands.AUTO_ADJUST.text(), "disable|enable timeout <timeoutValue>", optional(CMD_AUTO_CONFIRMATION));
BaselineSubcommands.AUTO_ADJUST.text(), "[disable|enable] [timeout <timeoutMillis>]", optional(CMD_AUTO_CONFIRMATION));
}

/** {@inheritDoc} */
Expand Down

0 comments on commit be2b502

Please sign in to comment.