1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-11 16:51:26 +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