Skip to content

Commit a0aacfd

Browse files
committed
Tiny changes
1 parent 7b67672 commit a0aacfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ impl KeeManager {
241241

242242
if config.accounts.is_empty() {
243243
println!(
244-
"\n No accounts configured. Use '{}' to add an account.",
244+
"\n No accounts configured.\n Use '{}' to add an account.",
245245
hlt("kee add <account_name>")
246246
);
247247
return;
@@ -301,7 +301,7 @@ impl KeeManager {
301301
let hlt_account = hlt(account_name);
302302
match self.remove_aws_profile(&account_info.profile_name) {
303303
Ok(_) => {
304-
println!(" [✓] Profile '{hlt_account}'.");
304+
println!(" [✓] Profile '{hlt_account}' has been removed.");
305305
}
306306
Err(e) => {
307307
println!(" [✓] Profile '{hlt_account}' removed from {}.", hlt("Kee"));

0 commit comments

Comments
 (0)