Skip to content

Commit 4f282a0

Browse files
committed
Fix backfill usage output for checkpoint flag (#1721)
1 parent 9ff45b5 commit 4f282a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CodeIndex/Cli/ConsoleUi.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private static readonly (string Command, string Usage)[] CommandUsageLines =
6262
[
6363
("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>]]"),
6464
("hooks", "cdidx hooks <install|uninstall|status> [--project <path>] [--force] [--json]"),
65-
("backfill-fold", "cdidx backfill-fold [--db <path>] [--dry-run] [--json]"),
65+
("backfill-fold", "cdidx backfill-fold [--db <path>] [--dry-run] [--no-checkpoint] [--json]"),
6666
("optimize", "cdidx optimize [--db <path>] [--json]"),
6767
("vacuum", "cdidx vacuum [--db <path>] [--json]"),
6868
("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

Comments
 (0)