summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nix-utils.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/nix-utils.sh b/nix-utils.sh
index 6dc426e..69dbf12 100644
--- a/nix-utils.sh
+++ b/nix-utils.sh
@@ -44,6 +44,17 @@ help_synopsis() {
}
#
+# Helper for section on variables from the RC file for the script
+#
+help_rcvars() {
+ echo -e "\tUsed nix-script.rc variables:"
+ echo -e "\t-----------------------------"
+ echo -e ""
+ for s; do echo -e "\t\t${s}"; done
+ echo -e ""
+}
+
+#
# generate a help text footnote
#
help_end() {