Skip to content

Commit

Permalink
Fix typo in --bindle-path help text (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson committed Aug 9, 2021
1 parent d3e2ec2 commit f97c804
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 @@ -58,7 +58,7 @@ pub async fn main() -> Result<(), anyhow::Error> {
.arg(
Arg::with_name("bindle_path")
.long("bindle-path")
.help("A base bath for standalone bindles")
.help("A base path for standalone bindles")
.takes_value(true)
.requires("bindle"),
)
Expand Down

0 comments on commit f97c804

Please sign in to comment.