From e52cdad09166faa6eb12ce2eba5c8d9f45c0e9ae Mon Sep 17 00:00:00 2001 From: Ferran Basora Date: Mon, 25 Feb 2019 23:30:12 +0000 Subject: [PATCH] Improve description --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index fe054c2..4a55224 100644 --- a/src/main.rs +++ b/src/main.rs @@ -25,7 +25,7 @@ fn exec_command(command: String) -> std::process::Output { fn app_args<'a> () -> clap::ArgMatches<'a> { return App::new("tmux-thumbs") .version(crate_version!()) - .about("hints for tmux") + .about("A lightning fast version of tmux-fingers, copy/pasting tmux like vimium/vimperator") .arg(Arg::with_name("alphabet") .help("Sets the alphabet") .long("alphabet")