index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Functions
/
Misc
/
run-help-p4
blob: 662ce94fea19fbb6511b8f2c79b8fe32b1ca42bc (
plain
)
1
2
3
4
5
if (( ! $# )); then p4 help commands else p4 help $1 fi | ${=PAGER:-less}