summaryrefslogtreecommitdiffstats
path: root/git-radar
diff options
context:
space:
mode:
Diffstat (limited to 'git-radar')
-rwxr-xr-xgit-radar4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-radar b/git-radar
index 349d4f0..ebda515 100755
--- a/git-radar
+++ b/git-radar
@@ -50,14 +50,14 @@ if [[ -z $@ ]]; then
echo " --bash # Output prompt using Bash style color characters"
echo ""
echo "Bash example:"
- echo " export PS1=\"\\W\\\$(git-radar --bash --prompt) \""
+ echo " export PS1=\"\\W\\\$(git-radar --bash --fetch) \""
echo ""
echo " This will show your current directory and the full git-radar."
echo " As an added benefit, if you are in a repo, it will asynchronously"
echo " run \`git fetch\` every 5 mins, so that you are never out of date."
echo ""
echo "Zsh example:"
- echo " export PROMPT=\"%1/%\\\$(git-radar --zsh --prompt) \""
+ echo " export PROMPT=\"%1/%\\\$(git-radar --zsh --fetch) \""
echo ""
echo " Same as the Bash but for Zsh."
exit