Skip to content

Commit cd8fe37

Browse files
author
Alessio Treglia
committed
Improve a bit the help screen
1 parent 70076ce commit cd8fe37

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: bashrcd

+4-1
Original file line numberDiff line numberDiff line change
@@ -95,13 +95,16 @@ f_bashrcd_register_local_symbol f_bashrcd_list_scripts
9595
f_bashrcd_help() {
9696
cat >&2 <<EOF
9797
Usage: $(basename $0) [-hn]
98-
Execute scripts found in ${BASHRCD_DIR} in the current shell.
98+
Execute scripts found in \$BASHRCD_DIR in the current shell.
9999
100100
Options:
101101
-h Display this help and exit
102102
-n List the scripts as they would be executed,
103103
without actually executing them.
104104
-v Output version information and exit.
105+
106+
If \$BASHRCD_DIR is null or unset, its default value is
107+
\`\$HOME/.bashrc.d/'.
105108
EOF
106109
}
107110
f_bashrcd_register_local_symbol f_bashrcd_help

0 commit comments

Comments
 (0)