aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-01-01 16:14:45 -0500
committerJesse Luehrs <doy@tozt.net>2024-01-01 16:14:45 -0500
commit7be78df10dd04b0ac7121c8d0b25d9954ba9a9f6 (patch)
tree34be0182c95a5d34281c30d9af69507e8d5883c9
parent4e8e04591daf17bd0282b262b2e94869451cd5be (diff)
downloadrbw-7be78df10dd04b0ac7121c8d0b25d9954ba9a9f6.tar.gz
rbw-7be78df10dd04b0ac7121c8d0b25d9954ba9a9f6.zip
fix error message
-rw-r--r--src/bin/rbw/commands.rs2
1 files changed, 1 insertions, 1 deletions
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"
));
}
};