aboutsummaryrefslogtreecommitdiffstats
path: root/gotrc-examples
diff options
context:
space:
mode:
Diffstat (limited to 'gotrc-examples')
-rw-r--r--gotrc-examples/allow-uppercase4
1 files changed, 4 insertions, 0 deletions
diff --git a/gotrc-examples/allow-uppercase b/gotrc-examples/allow-uppercase
index 858fee0..17a86ce 100644
--- a/gotrc-examples/allow-uppercase
+++ b/gotrc-examples/allow-uppercase
@@ -1,5 +1,9 @@
# -*- shell-script -*-
+# The module allows you to use upper case letters when login in, however, arguments
+# passed to external programs, like ssh, defined by the user in the login line
+# will be converted to lower case.
+
read_function_allow_uppercase=$read_function
read_function=_read_allow_uppercase