Browse Source

Merge branch 'master' of git.galthub.com:gmj/home.public.git-utils

George Jones 6 months ago
parent
commit
773f08bd57
1 changed files with 4 additions and 4 deletions
  1. 4 4
      bin/gitcheck

+ 4 - 4
bin/gitcheck

@@ -23,10 +23,10 @@ function show_usage() {
 
     cat <<EOF
 
-  -f     - Fetch first
-  -r     - Show remotes
-  -s     - Show short file status
-  -u     - print fetch url
+  -f|--fetch       - Fetch first
+  -r|--remotes     - Show remotes
+  -s|--status      - Show short file status
+  -u|--url         - print fetch url
   [NONE] - no aguments, just show how many commits ahead/behind
 EOF
     exit 1