Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diqiu50 committed Feb 7, 2025
1 parent 91ecdd9 commit cb6ebc6
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 @@ -40,7 +40,7 @@ pub(crate) enum Commands {
)]
fileset_location: String,

#[arg(short, long)]
#[arg(short, long, help = "Path to the configuration file")]
config: Option<String>,

#[arg(short, long, help = "Debug level", default_value_t = 0)]
Expand Down

0 comments on commit cb6ebc6

Please sign in to comment.