mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 04:54:18 +02:00
enhance ilm show, add ilm update, rename modify to update everywhere (#58)
This commit is contained in:
@@ -154,8 +154,8 @@ func IndexCreate(conf *cfg.Config, modify bool) *cli.Command {
|
||||
usage := "create a new index"
|
||||
|
||||
if modify {
|
||||
name = "modify"
|
||||
usage = "modify anindex"
|
||||
name = "update"
|
||||
usage = "update an index"
|
||||
}
|
||||
|
||||
return &cli.Command{
|
||||
|
||||
Reference in New Issue
Block a user