mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Make the purge-chain prompt a little nicer (#3772)
This commit is contained in:
committed by
Gavin Wood
parent
1a327cd894
commit
168051c060
@@ -423,7 +423,7 @@ impl<'a> ParseAndPreparePurge<'a> {
|
||||
let db_path = config.database_path;
|
||||
|
||||
if !self.params.yes {
|
||||
print!("Are you sure to remove {:?}? (y/n)", &db_path);
|
||||
print!("Are you sure to remove {:?}? [y/N]: ", &db_path);
|
||||
stdout().flush().expect("failed to flush stdout");
|
||||
|
||||
let mut input = String::new();
|
||||
|
||||
Reference in New Issue
Block a user