Skip to content

Commit

Permalink
Correct a typo in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentCLMichel authored Jun 22, 2024
1 parent 9081323 commit 972f88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ async fn init(args: InitArgs) -> ZResult<()> {
if dir.exists() {
clap::Error::raw(
clap::error::ErrorKind::ValueValidation,
format!("the init directory has already existed: {dir:?}"),
format!("the init directory already exists: {dir:?}\n"),
)
.exit()
}
Expand Down

0 comments on commit 972f88c

Please sign in to comment.