summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorQuinn Strahl <qstrahl@gmail.com>2019-08-31 03:59:18 -0400
committerKevin Song <chipbuster@users.noreply.github.com>2019-08-31 00:59:18 -0700
commit3dd035056dc2435e0b822c923f9f1b569bd748c2 (patch)
treec4e5650a2fe6fdb3d5d11dfa736a77da4183f2fd /src/main.rs
parent4eb7beca48d78c5eadfb207d1b4acdf58af0101f (diff)
Support vicmd_symbol in fish-shell (#254)
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.rs b/src/main.rs
index 577d939f7..a251c93e8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -48,8 +48,8 @@ fn main() {
.short("k")
.long("keymap")
.value_name("KEYMAP")
- // zsh only
- .help("The keymap of zsh")
+ // fish/zsh only
+ .help("The keymap of fish/zsh")
.takes_value(true);
let jobs_arg = Arg::with_name("jobs")