Improve description

This commit is contained in:
Ferran Basora 2019-02-25 23:30:12 +00:00
parent 925462703d
commit e52cdad091

View File

@ -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")