From e3bcb8b375cd4c61a2d9135697ba1dbf264d56f2 Mon Sep 17 00:00:00 2001 From: Steven Bakker Date: Tue, 28 Nov 2017 17:31:12 +0100 Subject: [PATCH] Sync `install.sh` with upstream. --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 9a8242a..cd45ffd 100755 --- a/install.sh +++ b/install.sh @@ -16,6 +16,7 @@ show_help() { echo " install.sh [-h|--help] \\" echo " (-s |--scheme |--scheme=) \\" echo " (-p |--profile |--profile=)" + echo " [OPTION]..." echo echo "Options" echo @@ -25,6 +26,8 @@ show_help() { echo " Color scheme to be used" echo " -p, --profile" echo " Gnome Terminal profile to overwrite" + echo " --install-dircolors, --skip-dircolors" + echo " Do or skip the dircolors installation in a non interactive mode" echo }