diff --git a/setup/git.sh b/setup/git.sh index 33e3da8..92aa6c9 100644 --- a/setup/git.sh +++ b/setup/git.sh @@ -1,7 +1,7 @@ #!/bin/bash home_sync() { - echo '📥 Syncing docs...' + echo '📥 Syncing Home...' echo '' case "$1" in diff --git a/setup/tips.sh b/setup/tips.sh index 4dc3627..dde2e38 100644 --- a/setup/tips.sh +++ b/setup/tips.sh @@ -25,15 +25,15 @@ usage() { echo 'Commands:' echo ' welcome Show welcome message' echo ' help Show this help message' - echo ' home_sync Sync docs repository' + echo ' home_sync Sync Home repository' echo ' build Build home' echo ' worker Start worker' - echo ' all Sync git and docs repository, build docs' + echo ' all Sync git and Home repository, build Home' echo '' echo 'Args for home_sync:' echo ' fe Sync frontend home repository' echo ' api Sync backend API home repository' - echo ' all Sync all docs repository' + echo ' all Sync all Home repository' echo '' echo 'Args for build:' echo ' install Install dependencies and build (default, if not set)'