about summary refs log tree commit diff
path: root/tvix/store/src/bin/tvix-store.rs
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-09-02T16·46+0300
committerflokli <flokli@flokli.de>2023-09-02T20·03+0000
commit1e9d262ad595c3128cb048f544dcb194231e42f4 (patch)
treef6584462f1e409f68a976d3c701b796f76189954 /tvix/store/src/bin/tvix-store.rs
parenteda67bfdbe42b0d3d714ac290dabe0dfbfeaa917 (diff)
docs(tvix/store): update comment r/6545
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 <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'tvix/store/src/bin/tvix-store.rs')
-rw-r--r--tvix/store/src/bin/tvix-store.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tvix/store/src/bin/tvix-store.rs b/tvix/store/src/bin/tvix-store.rs
index fa5b9bfca9..6f26734cdc 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<PathBuf>,