Skip to content

Commit

Permalink
Update clients/filesystem-fuse/src/command_args.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Qiming Teng <[email protected]>
  • Loading branch information
diqiu50 and tengqm authored Jan 20, 2025
1 parent 387fa9c commit 9976988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/filesystem-fuse/src/command_args.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 9976988

Please sign in to comment.