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 <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Florian Klink 2023-09-02 19:46:56 +03:00 committed by flokli
parent eda67bfdbe
commit 1e9d262ad5

View file

@ -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>,