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-sudo7
1 files changed, 7 insertions, 0 deletions
diff --git a/Functions/Misc/run-help-sudo b/Functions/Misc/run-help-sudo
new file mode 100644
index 000000000..f38696e19
--- /dev/null
+++ b/Functions/Misc/run-help-sudo
@@ -0,0 +1,7 @@
+
+if [ $# -eq 0 ]; then
+    man sudo
+else
+    man $1
+fi
+