diff options
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 40503ad24..3d44e0586 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -2055,7 +2055,7 @@ neither file nor assistant is found, the external command An example assistant for the "ssh" command: -example(run-help-ssh() { +example(run-help-ssh+LPAR()RPAR() { emulate -LR zsh local -a args # Delete the "-l username" option |