From 9976988bbbd66b6c4ab3ef719ad8d15dbadc6219 Mon Sep 17 00:00:00 2001 From: Yuhui Date: Mon, 20 Jan 2025 15:34:28 +0800 Subject: [PATCH] Update clients/filesystem-fuse/src/command_args.rs Co-authored-by: Qiming Teng --- clients/filesystem-fuse/src/command_args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/filesystem-fuse/src/command_args.rs b/clients/filesystem-fuse/src/command_args.rs index 4e64eefa59b..8db9bcef832 100644 --- a/clients/filesystem-fuse/src/command_args.rs +++ b/clients/filesystem-fuse/src/command_args.rs @@ -35,7 +35,7 @@ pub(crate) enum Commands { #[arg(help = "Mount point for the filesystem")] mount_point: String, - #[arg(help = "Location of GVFS fileset URI")] + #[arg(help = "The URI of the GVFS fileset")] location: String, #[arg(short, long)]