From 1e9d262ad595c3128cb048f544dcb194231e42f4 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Sat, 2 Sep 2023 19:46:56 +0300 Subject: docs(tvix/store): update comment Since the refactor to use URIs for all three services, this actually does talk to a daemon by default. Change-Id: Ied296772b77eef514bfcae0a9dfc50f848a1c2f3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9210 Autosubmit: flokli Tested-by: BuildkiteCI Reviewed-by: tazjin --- tvix/store/src/bin/tvix-store.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tvix/store/src') diff --git a/tvix/store/src/bin/tvix-store.rs b/tvix/store/src/bin/tvix-store.rs index fa5b9bfca9f0..6f26734cdcff 100644 --- a/tvix/store/src/bin/tvix-store.rs +++ b/tvix/store/src/bin/tvix-store.rs @@ -60,7 +60,7 @@ enum Commands { #[arg(long, env, default_value = "sled:///var/lib/tvix-store/pathinfo.sled")] path_info_service_addr: String, }, - /// Imports a list of paths into the store (not using the daemon) + /// Imports a list of paths into the store. Import { #[clap(value_name = "PATH")] paths: Vec, -- cgit 1.4.1