summaryrefslogtreecommitdiff
path: root/Functions/Misc/run-help-sudo
blob: f38696e195b28910529c447d73c6d550fff1d719 (plain)
1
2
3
4
5
6
7
if [ $# -eq 0 ]; then
    man sudo
else
    man $1
fi