diff --git a/tvix/cli/src/args.rs b/tvix/cli/src/args.rs index af9294c3e..27c949897 100644 --- a/tvix/cli/src/args.rs +++ b/tvix/cli/src/args.rs @@ -5,7 +5,7 @@ use tvix_store::utils::ServiceUrlsMemory; /// Provides a CLI interface to trigger evaluation using tvix-eval. /// -/// Uses configured tvix-[ca]store and tvix-build components, +/// Uses configured tvix-{ca,}store and tvix-build components, /// and by default a set of builtins similar to these present in Nix. /// /// None of the stores available add to the local `/nix/store` location.