mirror of
https://github.com/FliegendeWurst/tmux-thumbs.git
synced 2024-11-22 12:54:59 +00:00
Improve description
This commit is contained in:
parent
925462703d
commit
e52cdad091
@ -25,7 +25,7 @@ fn exec_command(command: String) -> std::process::Output {
|
|||||||
fn app_args<'a> () -> clap::ArgMatches<'a> {
|
fn app_args<'a> () -> clap::ArgMatches<'a> {
|
||||||
return App::new("tmux-thumbs")
|
return App::new("tmux-thumbs")
|
||||||
.version(crate_version!())
|
.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")
|
.arg(Arg::with_name("alphabet")
|
||||||
.help("Sets the alphabet")
|
.help("Sets the alphabet")
|
||||||
.long("alphabet")
|
.long("alphabet")
|
||||||
|
Loading…
Reference in New Issue
Block a user