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