From ec22a80f262e3583cbb0bec63ab67e61d1dc00d3 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Tue, 5 Sep 2023 23:58:29 +0300 Subject: docs(tvix/store/fuse): add more comment to list_root arg Forgot to squash this into cl/9217. Change-Id: Id5a87cbe729592f3b53e8c329b6890519f5da319 Reviewed-on: https://cl.tvl.fyi/c/depot/+/9272 Tested-by: BuildkiteCI Autosubmit: flokli Reviewed-by: tazjin --- tvix/store/src/bin/tvix-store.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tvix/store') diff --git a/tvix/store/src/bin/tvix-store.rs b/tvix/store/src/bin/tvix-store.rs index c11af5765bd9..3e1c0ef9ae75 100644 --- a/tvix/store/src/bin/tvix-store.rs +++ b/tvix/store/src/bin/tvix-store.rs @@ -92,6 +92,8 @@ enum Commands { path_info_service_addr: String, /// Whether to list elements at the root of the mount point. + /// This is useful if your PathInfoService doesn't provide an + /// (exhaustive) listing. #[clap(long, short, action)] list_root: bool, }, -- cgit 1.4.1