cli: change question

This commit is contained in:
Dmitriy Pleshevskiy 2024-03-19 11:01:01 +03:00
parent 0350484200
commit 31e1561b3e
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ fn cook(
if !force && file_exists {
if !(tui_question(
&format!(
" > already exists. Do you want to {} it?",
" > already exists. Are you sure you want to {} it?",
if is_empty_file_content {
"delete"
} else {