1 parent 9ff45b5 commit 4f282a0Copy full SHA for 4f282a0
1 file changed
src/CodeIndex/Cli/ConsoleUi.cs
@@ -62,7 +62,7 @@ private static readonly (string Command, string Usage)[] CommandUsageLines =
62
[
63
("index", "cdidx index <projectPath> [--db <path>] [--rebuild] [--optimize] [--verbose] [--dry-run] [--force] [--quiet] [--json] [--memory-trace] [--duration-format <auto|seconds|hms>] [--max-file-bytes <bytes>] [--follow-symlinks <none|internal|all>] [--include-symbol-kind <kind>[,<kind>]] [--exclude-symbol-kind <kind>[,<kind>]] [--watch [--debounce <ms>]]"),
64
("hooks", "cdidx hooks <install|uninstall|status> [--project <path>] [--force] [--json]"),
65
- ("backfill-fold", "cdidx backfill-fold [--db <path>] [--dry-run] [--json]"),
+ ("backfill-fold", "cdidx backfill-fold [--db <path>] [--dry-run] [--no-checkpoint] [--json]"),
66
("optimize", "cdidx optimize [--db <path>] [--json]"),
67
("vacuum", "cdidx vacuum [--db <path>] [--json]"),
68
("index-commits", "cdidx index <projectPath> --commits <id> [id ...] [--db <path>] [--verbose] [--dry-run] [--json] [--memory-trace] [--duration-format <auto|seconds|hms>] [--max-file-bytes <bytes>] [--include-symbol-kind <kind>[,<kind>]] [--exclude-symbol-kind <kind>[,<kind>]]"),
0 commit comments