summaryrefslogtreecommitdiffstats
path: root/git-synk
diff options
context:
space:
mode:
Diffstat (limited to 'git-synk')
-rwxr-xr-xgit-synk2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-synk b/git-synk
index 554b162..61490e2 100755
--- a/git-synk
+++ b/git-synk
@@ -75,7 +75,7 @@ for gitdir in ${GIT_DIR}; do
STASH=1
echo -e "${RED}head is not clean, ${CYAN}git stash save${RESET}" && git stash save -q
else
- fail "head is not clean, USE_STASH=0 ... " && continue
+ fail "head is not clean, use -s flag to use stash ... " && continue
fi
fi
# PULL