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: e48a4d06839b2a1b20a13bfcf2518b2f30131dcd (
plain
)
1
2
3
4
5
if (( ! $# )); then p4 help commands else p4 help $1 fi | ${=PAGER:-more}