Files
zsh/Functions/Misc/run-help-sudo
2010-10-18 09:33:42 +00:00

8 lines
56 B
Plaintext

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