cli: change question
This commit is contained in:
parent
0350484200
commit
31e1561b3e
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue