Skip to content

Commit c424d2c

Browse files
0.1.3
1 parent 3bb365a commit c424d2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/interactive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ use colored::Colorize;
99
use dialoguer::{Confirm, Input};
1010
use std::path::Path;
1111

12-
/// Ask user if they want to recreate a missing store
12+
/// Ask user if they want to recreate a missing store and if they want to overwrite the existing store
1313
pub fn ask_recreate_store(archive_path: &Path, store_id_hex: &str, auto_yes: bool) -> Result<bool> {
1414
if auto_yes {
1515
println!(

0 commit comments

Comments
 (0)