Skip to content

Commit

Permalink
refactor(arguments): "storage backend" -> "files"
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Apr 16, 2024
1 parent 1be4773 commit d462848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arguments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub struct Arguments {
#[arg(short, long, value_name = "BYTES", default_value_t = 512)]
pub block_size: u32,

/// Ignore IO errors from the underlying storage backend
/// Ignore IO errors from the underlying files
#[arg(short, long)]
pub ignore_errors: bool,

Expand Down

0 comments on commit d462848

Please sign in to comment.