From 7be78df10dd04b0ac7121c8d0b25d9954ba9a9f6 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 1 Jan 2024 16:14:45 -0500 Subject: fix error message --- src/bin/rbw/commands.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/rbw/commands.rs b/src/bin/rbw/commands.rs index 2a4dd12..a4c0a26 100644 --- a/src/bin/rbw/commands.rs +++ b/src/bin/rbw/commands.rs @@ -1214,7 +1214,7 @@ pub fn edit( } _ => { return Err(anyhow::anyhow!( - "modifications are only supported for login entries" + "modifications are only supported for login and note entries" )); } }; -- cgit v1.2.3-54-g00ecf