From 51000c4213983fc2a72b039858112b3bb4c2b592 Mon Sep 17 00:00:00 2001 From: Steven Hall Date: Sun, 18 Oct 2015 16:31:52 -0700 Subject: Moved comments back to original position. --- git-radar | 8 ++++---- 1 file 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) \"" -- cgit v1.2.3