summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Hall <Hallzy.18@gmail.com>2015-10-18 16:31:52 -0700
committerSteven Hall <Hallzy.18@gmail.com>2015-10-18 16:31:52 -0700
commit51000c4213983fc2a72b039858112b3bb4c2b592 (patch)
treeca42eca31673479fce30f45a556b8d07e9aa74f1
parentf52ce6c1b35edf7f35f20b6c10811ff6d978a688 (diff)
downloadgit-sonar-51000c4213983fc2a72b039858112b3bb4c2b592.tar.gz
git-sonar-51000c4213983fc2a72b039858112b3bb4c2b592.zip
Moved comments back to original position.
-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) \""