summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Hall <Hallzy.18@gmail.com>2015-10-18 16:30:17 -0700
committerSteven Hall <Hallzy.18@gmail.com>2015-10-18 16:30:17 -0700
commitf52ce6c1b35edf7f35f20b6c10811ff6d978a688 (patch)
tree41afb2c7e4f85800bf42988dbf78def9a0a1b5cb
parent8bef8d80648accd2806ad44e8db6e3aacd92d2e7 (diff)
downloadgit-sonar-f52ce6c1b35edf7f35f20b6c10811ff6d978a688.tar.gz
git-sonar-f52ce6c1b35edf7f35f20b6c10811ff6d978a688.zip
Missed a fetch_t in the git_radar file to remove.
-rwxr-xr-xgit-radar1
1 files changed, 0 insertions, 1 deletions
diff --git a/git-radar b/git-radar
index 07f0a0a..ce11945 100755
--- a/git-radar
+++ b/git-radar
@@ -57,7 +57,6 @@ if [[ -z $@ ]]; then
echo " git-radar [--zsh|--bash|--fish] [--fetch]"
echo ""
echo " --fetch # Fetches your repo asynchronously in the background every 5 mins"
- echo " --fetch_t <seconds> # Fetches your repo asynchronously in the background every <seconds> seconds"
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"