From 1508dc7486636edcb54e81f6a2fcf0faf180c7fa Mon Sep 17 00:00:00 2001 From: Marlon Richert Date: Mon, 6 Sep 2021 13:45:36 -0700 Subject: 49218: run-help filters cmd_args before calling run-help- --- Functions/Misc/run-help-svn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions/Misc/run-help-svn') diff --git a/Functions/Misc/run-help-svn b/Functions/Misc/run-help-svn index 5d1068588..d55a493a6 100644 --- a/Functions/Misc/run-help-svn +++ b/Functions/Misc/run-help-svn @@ -1 +1 @@ -svn help ${${@:#-*}[1]} | ${=PAGER:-more} +svn help $1 | ${=PAGER:-more} -- cgit 1.4.1