mirror of
https://github.com/tmux/tmux.git
synced 2025-03-29 18:28:47 +00:00
Fix run-shell's maximum argument count
Co-authored-by: Julian Prein <julian@druck.dev>
This commit is contained in:
parent
b9956c06ae
commit
cb97032068
@ -44,7 +44,7 @@ const struct cmd_entry cmd_run_shell_entry = {
|
||||
.name = "run-shell",
|
||||
.alias = "run",
|
||||
|
||||
.args = { "bd:Ct:c:", 0, 2, cmd_run_shell_args_parse },
|
||||
.args = { "bd:Ct:c:", 0, 1, cmd_run_shell_args_parse },
|
||||
.usage = "[-bC] [-c start-directory] [-d delay] " CMD_TARGET_PANE_USAGE
|
||||
" [shell-command]",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user