Skip to content

Commit

Permalink
Improve a bit the help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
Alessio Treglia committed Jun 20, 2015
1 parent 70076ce commit cd8fe37
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bashrcd
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,16 @@ f_bashrcd_register_local_symbol f_bashrcd_list_scripts
f_bashrcd_help() {
cat >&2 <<EOF
Usage: $(basename $0) [-hn]
Execute scripts found in ${BASHRCD_DIR} in the current shell.
Execute scripts found in \$BASHRCD_DIR in the current shell.
Options:
-h Display this help and exit
-n List the scripts as they would be executed,
without actually executing them.
-v Output version information and exit.
If \$BASHRCD_DIR is null or unset, its default value is
\`\$HOME/.bashrc.d/'.
EOF
}
f_bashrcd_register_local_symbol f_bashrcd_help
Expand Down

0 comments on commit cd8fe37

Please sign in to comment.