commit a8effcc11747ad3e78e51f63d25bcf6021079da7
parent 936b80cff9f92c8f143283e675512a6c67085e83
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 14 Mar 2019 15:04:07 +0100
Add more help
Diffstat:
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/links/bin/fffs b/links/bin/fffs
@@ -16,12 +16,15 @@ function show_help {
echo "where SHELL can be 'bash' or 'zsh'."
echo "Valid COMMANDS are:"
echo " init clone repositories specified in pluginfile"
- echo " clean remove all local plugin content"
echo " update update all local plugin content"
+ echo " clean remove all local plugin content"
echo "OPTIONS are one or more of the following:"
echo " -h, --help show this message"
echo " -v, --version show version and license information"
- echo "Set the plugin sources in $pluginfile-zsh or $pluginfile-bash"
+ echo
+ echo "Set the plugin sources as git repository URLs in "
+ echo "$pluginfile-zsh or $pluginfile-bash"
+ echo "${0##*/} will source all files from the repository root directories"
echo
echo "Add the generated sources file in the shell-rc file. For ~/.zshrc:"
echo " if [ -f \"\$HOME/.config/fffs/lib/zsh/sources\" ]; then"