You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Pereslegin (Jira)" <ji...@apache.org> on 2021/06/24 12:35:00 UTC

[jira] [Created] (IGNITE-14989) Incorrect command syntax for snapshot restore operation in CLI utility help output.

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)