Skip to content

Commit c649b72

Browse files
Peter MarreckPeter Marreck
authored andcommitted
docs: add --lexical-only to index/update help text
1 parent 8fa076e commit c649b72

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/main.zig

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4353,14 +4353,13 @@ const usage_index =
43534353
\\ --type <csv> Index types (default code,doc)
43544354
\\ --ext <csv> Restrict indexed extensions
43554355
\\ --include-node-modules Include node_modules
4356+
\\ --lexical-only Skip embeddings, index for lexical search only
43564357
\\ --json JSON output
43574358
\\
43584359
\\Examples:
43594360
\\ codescan index
43604361
\\ codescan index --root /path/to/repo
4361-
\\
43624362
;
4363-
43644363
const usage_update =
43654364
\\Usage: codescan update [options]
43664365
\\
@@ -4373,14 +4372,13 @@ const usage_update =
43734372
\\ --type <csv> Indexed types (default code,doc)
43744373
\\ --ext <csv> Restrict indexed extensions
43754374
\\ --include-node-modules Include node_modules
4375+
\\ --lexical-only Skip embeddings, index for lexical search only
43764376
\\ --json JSON output
43774377
\\
43784378
\\Examples:
43794379
\\ codescan update
43804380
\\ codescan update --root /path/to/repo
4381-
\\
43824381
;
4383-
43844382
const usage_config =
43854383
\\Usage: codescan config [show|edit]
43864384
\\

0 commit comments

Comments
 (0)