Skip to content

Commit

Permalink
Fix typo in --help output: s/URO/URI/
Browse files Browse the repository at this point in the history
  • Loading branch information
mhansen authored Mar 23, 2024
1 parent 3638bdd commit 86e880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ enum Commands {
uri_args: UriArgs,
},

/// Unzips a zip file from a URO
/// Unzips a zip file from a URI
UnzipUri {
#[command(flatten)]
uri_args: UriArgs,
Expand Down

0 comments on commit 86e880c

Please sign in to comment.