Skip to content

Commit

Permalink
Improve CLI parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
rautenrieth-da committed Oct 19, 2021
1 parent a53322f commit 94264c8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,9 @@ class CommonCliBase(name: LedgerName) {
opt[Unit]("enable-append-only-schema")
.optional()
.action((_, config) => config)
.text("Legacy flag with no effect")
.text(
"Deprecated parameter. The append-only index database with parallel ingestion is now always enabled."
)

// TODO append-only: cleanup
opt[Unit]("enable-compression")
Expand Down

0 comments on commit 94264c8

Please sign in to comment.