Skip to content

Commit

Permalink
Changing wording of help message
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyHuynh1 committed Oct 3, 2023
1 parent 3dd3792 commit f80db0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/run.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ async fn check_fossa_connection(config: &Config) -> Result<(), Error> {
Err(err) => err
.change_context(Error::FossaConnection)
.wrap_err()
.help("run broker fix for detailed explanation on the failing fossa connection")
.help("run broker fix for detailed explanation on failing fossa connection")
.describe("fossa connection"),
}
}
Expand Down

0 comments on commit f80db0d

Please sign in to comment.