mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Make some usages more consistent and add -h to show usage, GitHub issue
4455 from David Mandelberg.
This commit is contained in:
@ -32,7 +32,7 @@ const struct cmd_entry cmd_show_prompt_history_entry = {
|
||||
.alias = "showphist",
|
||||
|
||||
.args = { "T:", 0, 0, NULL },
|
||||
.usage = "[-T type]",
|
||||
.usage = "[-T prompt-type]",
|
||||
|
||||
.flags = CMD_AFTERHOOK,
|
||||
.exec = cmd_show_prompt_history_exec
|
||||
@ -43,7 +43,7 @@ const struct cmd_entry cmd_clear_prompt_history_entry = {
|
||||
.alias = "clearphist",
|
||||
|
||||
.args = { "T:", 0, 0, NULL },
|
||||
.usage = "[-T type]",
|
||||
.usage = "[-T prompt-type]",
|
||||
|
||||
.flags = CMD_AFTERHOOK,
|
||||
.exec = cmd_show_prompt_history_exec
|
||||
|
Reference in New Issue
Block a user