adjust usage

This commit is contained in:
Denis Lehmann 2024-08-13 22:21:54 +02:00
parent af1aecc3b5
commit a35486d801
2 changed files with 4 additions and 4 deletions

View file

@ -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
View file

@ -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