1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
zsh/Functions/Misc/run-help-sudo
2020-12-11 17:20:45 +09:00

7 lines
61 B
Text

if [ $# -eq 0 ]; then
man sudo
else
run-help $1
fi