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:
parent
eda67bfdbe
commit
1e9d262ad5
1 changed files with 1 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Reference in a new issue