update usage
This commit is contained in:
parent
3075f905b0
commit
c15b0eda2e
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ It was inspired by [[https://wiki.ros.org/wstool][wstool]], [[https://github.com
|
||||||
#+begin_example
|
#+begin_example
|
||||||
Usage: gis [OPTIONS] [PATHS] ...
|
Usage: gis [OPTIONS] [PATHS] ...
|
||||||
|
|
||||||
Get status information about all Git repositories in PATHS.
|
Show a status summary of all Git repositories in PATHS.
|
||||||
The colon-seperated environment variable $GIS_PATH is used if no PATH is given.
|
The colon-seperated environment variable $GIS_PATH is used if no PATH is given.
|
||||||
If the variable isn't set, the current work directory is used.
|
If the variable isn't set, the current work directory is used.
|
||||||
|
|
||||||
|
|
|
||||||
2
gis
2
gis
|
|
@ -11,7 +11,7 @@ function print_usage {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Usage: gis [OPTIONS] [PATHS] ...
|
Usage: gis [OPTIONS] [PATHS] ...
|
||||||
|
|
||||||
Get status information about all Git repositories in PATHS.
|
Show a status summary of all Git repositories in PATHS.
|
||||||
The colon-seperated environment variable \$GIS_PATH is used if no PATH is given.
|
The colon-seperated environment variable \$GIS_PATH is used if no PATH is given.
|
||||||
If the variable isn't set, the current work directory is used.
|
If the variable isn't set, the current work directory is used.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue