From bf58ee9b82657f2c8d96c4e0b4f86b785cd4b8a7 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Sun, 2 May 2021 09:24:31 +1200 Subject: [PATCH] TUI: Remove redundant example --- src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main.rs b/src/main.rs index b919f5e..3089430 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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.");