summaryrefslogtreecommitdiffstats
path: root/git-radar
diff options
context:
space:
mode:
Diffstat (limited to 'git-radar')
-rwxr-xr-xgit-radar8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-radar b/git-radar
index ce11945..9c8565f 100755
--- a/git-radar
+++ b/git-radar
@@ -56,10 +56,10 @@ if [[ -z $@ ]]; then
echo "usage:"
echo " git-radar [--zsh|--bash|--fish] [--fetch]"
echo ""
- echo " --fetch # Fetches your repo asynchronously in the background every 5 mins"
- echo " --zsh # Output prompt using Zsh style color characters"
- echo " --bash # Output prompt using Bash style color characters"
- echo " --fish # Output prompt using fish style color characters"
+ echo " --fetch # Fetches your repo asynchronously in the background every 5 mins"
+ echo " --zsh # Output prompt using Zsh style color characters"
+ echo " --bash # Output prompt using Bash style color characters"
+ echo " --fish # Output prompt using fish style color characters"
echo ""
echo "Bash example:"
echo " export PS1=\"\\W\\\$(git-radar --bash --fetch) \""