From d09de2ef5863bc66e36f18bfc93fc34d0f9455da Mon Sep 17 00:00:00 2001 From: Eugene Meidinger Date: Tue, 11 Aug 2026 08:00:27 -0400 Subject: [PATCH] docs(cli): correct inverted --long description for te format --long produces fewer line breaks, not more. Matches the CLI help string fix. Co-Authored-By: Claude Opus 5 (1M context) --- content/features/te-cli/te-cli-commands.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/features/te-cli/te-cli-commands.md b/content/features/te-cli/te-cli-commands.md index b68e66c06..8210bf672 100644 --- a/content/features/te-cli/te-cli-commands.md +++ b/content/features/te-cli/te-cli-commands.md @@ -691,7 +691,7 @@ Format DAX or M/Power Query expressions. - `-t, --type ` - disambiguate when the path matches multiple table-children. - `--lang ` - expression language: `dax` (default) or `m`/`pq` for Power Query. - `--semicolons` - use semicolons as list separators (European locale). -- `--long` - use long format (more line breaks). Default is short. +- `--long` - use long format (fewer line breaks). Default is short. - `--no-space-after-function` - skip the space after function names. - `--save` / `--save-to` - persist formatted expressions.