about summary refs log tree commit diff
path: root/Functions/Misc/run-help-sudo
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Misc/run-help-sudo')
-rw-r--r--Functions/Misc/run-help-sudo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Misc/run-help-sudo b/Functions/Misc/run-help-sudo
index f38696e19..a8fa7aa0f 100644
--- a/Functions/Misc/run-help-sudo
+++ b/Functions/Misc/run-help-sudo
@@ -2,6 +2,6 @@
 if [ $# -eq 0 ]; then
     man sudo
 else
-    man $1
+    run-help $1
 fi