Pavel Pereslegin created IGNITE-14989:
-----------------------------------------
Summary: Incorrect command syntax for snapshot restore operation
in CLI utility help output.
Key: IGNITE-14989
URL: https://issues.apache.org/jira/browse/IGNITE-14989
Project: Ignite
Issue Type: Bug
Reporter: Pavel Pereslegin
Assignee: Pavel Pereslegin
Current help output:
{noformat}
control.(sh|bat) --snapshot restore --start snapshot_name [group1,...groupN]
control.(sh|bat) --snapshot restore --status snapshot_name
control.(sh|bat) --snapshot restore --cancel snapshot_name
{noformat}
Correct help output should be:
{noformat}
control.(sh|bat) --snapshot restore snapshot_name --start [group1,...groupN]
control.(sh|bat) --snapshot restore snapshot_name --status
control.(sh|bat) --snapshot restore snapshot_name --cancel
{noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)