Minor adjustment to help output for jump command

This commit is contained in:
sloum 2020-11-19 20:09:53 -08:00
parent a6a324acb3
commit 8796dffd6e
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ var ERRS = map[string]string{
"CHECK": "`check [link_id]` or `check [setting]`",
"H": "`h`",
"HOME": "`home`",
"J": "`jump [[history_position]]`",
"JUMP": "`jump [[history_position]]`",
"J": "`j [[history_position]]`",
"JUMP": "`jump [[history_position]]`",
"P": "`p [host]`",
"PURGE": "`purge [host]`",
"Q": "`q`",