From 3b289b32a7a33c74a18259718bf33e0cf78a7eca Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 16 Dec 2009 12:11:56 +0000 Subject: unposted: new run-help-p4 --- Functions/Misc/run-help-p4 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Functions/Misc/run-help-p4 (limited to 'Functions/Misc/run-help-p4') diff --git a/Functions/Misc/run-help-p4 b/Functions/Misc/run-help-p4 new file mode 100644 index 000000000..662ce94fe --- /dev/null +++ b/Functions/Misc/run-help-p4 @@ -0,0 +1,5 @@ +if (( ! $# )); then + p4 help commands +else + p4 help $1 +fi | ${=PAGER:-less} -- cgit 1.4.1