6 lines
78 B
Plaintext
Raw Permalink Normal View History

if (( ! $# )); then
p4 help commands
else
p4 help $1
fi | ${=PAGER:-more}