diff options
author | Steven Hall <Hallzy.18@gmail.com> | 2015-10-18 16:31:52 -0700 |
---|---|---|
committer | Steven Hall <Hallzy.18@gmail.com> | 2015-10-18 16:31:52 -0700 |
commit | 51000c4213983fc2a72b039858112b3bb4c2b592 (patch) | |
tree | ca42eca31673479fce30f45a556b8d07e9aa74f1 | |
parent | f52ce6c1b35edf7f35f20b6c10811ff6d978a688 (diff) | |
download | git-sonar-51000c4213983fc2a72b039858112b3bb4c2b592.tar.gz git-sonar-51000c4213983fc2a72b039858112b3bb4c2b592.zip |
Moved comments back to original position.
-rwxr-xr-x | git-radar | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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) \"" |