enhance ilm show, add ilm update, rename modify to update everywhere (#58)

This commit is contained in:
T. von Dein
2026-06-29 11:48:29 +02:00
parent b7a87051c0
commit f9eded5f92
4 changed files with 135 additions and 19 deletions

View File

@@ -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{