From 1e2d368e439523944a6833afd450b3ef159fb146 Mon Sep 17 00:00:00 2001 From: Arian Acosta Date: Sat, 15 Jul 2017 19:28:02 -0400 Subject: [PATCH] improved docs --- sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sync.sh b/sync.sh index 2dc1d209..6955358d 100755 --- a/sync.sh +++ b/sync.sh @@ -42,7 +42,7 @@ display_options () { print_style " up [services]" "success"; printf "\t Starts docker-sync and runs docker compose.\n" print_style " down" "success"; printf "\t\t\t Stops containers and docker-sync.\n" print_style " bash" "success"; printf "\t\t\t Opens bash on the workspace.\n" - print_style " sync" "success"; printf "\t\t Manually triggers the synchronization of files.\n" + print_style " sync" "info"; printf "\t\t\t Manually triggers the synchronization of files.\n" print_style " clean" "danger"; printf "\t\t Removes all files from docker-sync.\n" }