TUI: Remove redundant example

This commit is contained in:
Jack Grigg
2021-05-02 09:24:31 +12:00
parent 9276725a9a
commit bf58ee9b82
+1 -3
View File
@@ -325,9 +325,7 @@ fn main() -> Result<(), Error> {
eprintln!(" age-plugin-yubikey --generate");
eprintln!();
eprintln!("If you are already using a YubiKey with age, you can select an existing");
eprintln!("slot to recreate its corresponding identity file and recipient. You can");
eprintln!("also obtain this directly with:");
eprintln!(" age-plugin-yubikey --identity");
eprintln!("slot to recreate its corresponding identity file and recipient.");
eprintln!();
eprintln!("When asked below to select an option, use the up/down arrow keys to");
eprintln!("make your choice, or press [Esc] or [q] to quit.");