Skip to content

Commit

Permalink
style: add please to a command output message
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalwadhwa committed Oct 13, 2023
1 parent b764ffe commit 9da2c96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pub async fn check_for_completion(
fmt_para!("This takes about 2 minutes."),
fmt_para!(
"{}",
"Do not press Ctrl+C or exit the terminal process until this is complete."
"Please do not press Ctrl+C or exit the terminal process until this is complete."
.to_string()
.color(OckamColor::FmtWARNBackground.color())
),
Expand Down

0 comments on commit 9da2c96

Please sign in to comment.