diff --git a/pkgr/src/commands.rs b/pkgr/src/commands.rs index ab669cd..80e9448 100644 --- a/pkgr/src/commands.rs +++ b/pkgr/src/commands.rs @@ -86,8 +86,9 @@ impl Command { trace!("Installing queue..."); { if *ask { + info!("Install following packages?"); info!(target: "item", "{}", queue); - if !prompt_bool("Install queue?", false) { + if !prompt_bool("Continue?", false) { return; } }