about summary refs log tree commit diff
path: root/Functions/Misc/run-help-p4
blob: e48a4d06839b2a1b20a13bfcf2518b2f30131dcd (plain) (blame)
1
2
3
4
5
if (( ! $# )); then
  p4 help commands
else
  p4 help $1
fi | ${=PAGER:-more}