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/25 09:44:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-14989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17369360#comment-17369360 ] 

Pavel Pereslegin edited comment on IGNITE-14989 at 6/25/21, 9:43 AM:
---------------------------------------------------------------------

[~mmuzaf], could you take a look at this small fix, please?


was (Author: xtern):
[~mmuzaf], could you take a look at this fix, please?

> 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
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)