adjust usage
This commit is contained in:
parent
af1aecc3b5
commit
a35486d801
2 changed files with 4 additions and 4 deletions
|
|
@ -11,8 +11,8 @@ The only argument which is needed is a =REMOTE_NAME=,
|
||||||
#+begin_example
|
#+begin_example
|
||||||
Usage: gra [OPTIONS] REMOTE_NAME
|
Usage: gra [OPTIONS] REMOTE_NAME
|
||||||
|
|
||||||
Add a Git remote by providing a single name. If no REMOTE_NAME is provided,
|
Add a Git remote by providing a single name. All remotes get listed If no
|
||||||
all remotes get listed.
|
REMOTE_NAME is provided.
|
||||||
|
|
||||||
REMOTE_NAME Name of the remote
|
REMOTE_NAME Name of the remote
|
||||||
|
|
||||||
|
|
|
||||||
4
gra
4
gra
|
|
@ -9,8 +9,8 @@ function print_usage {
|
||||||
cat <<EOF
|
cat <<EOF
|
||||||
Usage: gra [OPTIONS] REMOTE_NAME
|
Usage: gra [OPTIONS] REMOTE_NAME
|
||||||
|
|
||||||
Add a Git remote by providing a single name. If no REMOTE_NAME is provided,
|
Add a Git remote by providing a single name. All remotes get listed If no
|
||||||
all remotes get listed.
|
REMOTE_NAME is provided.
|
||||||
|
|
||||||
REMOTE_NAME Name of the remote
|
REMOTE_NAME Name of the remote
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue