diff --git a/README.org b/README.org index cdf59c1..fd1cab1 100644 --- a/README.org +++ b/README.org @@ -11,8 +11,8 @@ The only argument which is needed is a =REMOTE_NAME=, #+begin_example Usage: gra [OPTIONS] REMOTE_NAME - Add a Git remote by providing a single name. If no REMOTE_NAME is provided, - all remotes get listed. + Add a Git remote by providing a single name. All remotes get listed If no + REMOTE_NAME is provided. REMOTE_NAME Name of the remote diff --git a/gra b/gra index c167b98..149c2d8 100755 --- a/gra +++ b/gra @@ -9,8 +9,8 @@ function print_usage { cat <