update README

This commit is contained in:
Denis Lehmann 2023-10-14 17:42:49 +02:00
parent 00824ff9cc
commit 3edb4cbe4d

View file

@ -10,7 +10,7 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com
* Usage
#+begin_example
Usage: gis [COMMANDS] [OPTIONS]
Usage: gis [OPTIONS] [COMMAND]
Show a status summary of all Git repositories which are found recursively in
current work directory. If the colon-separated environment variable $GIS_PATH
@ -18,7 +18,8 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com
COMMANDS
fetch Execute 'git fetch --prune --all' for all found repositories
pull Execute 'git pull' for all found repositories which are behind upstream
pull Execute 'git pull' for all found repositories which are behind
upstream, includes 'gis fetch'
OPTIONS
-p, --path PATH Use PATH for searching Git repositories