mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
43946: call run-help for the command given to sudo
This commit is contained in:
parent
5a9e632638
commit
f493b438fd
2 changed files with 6 additions and 1 deletions
|
@ -2,6 +2,6 @@
|
|||
if [ $# -eq 0 ]; then
|
||||
man sudo
|
||||
else
|
||||
man $1
|
||||
run-help $1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue