Skip to content

Commit

Permalink
Adds better spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
c4milo committed Jan 4, 2015
1 parent 7d7007a commit eaca515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,7 @@ Yet another Github release command line tool. This one, though, is much more min

```
Github command line release tool.
Usage:
github-release <user/repo> <tag> <branch> <description> <files>
Expand All @@ -13,6 +14,7 @@ Parameters:
<branch>: Reference from where to create the provided <tag>, if it does not exist
<description>: The release description
<files>: Glob pattern describing the list of files to include in the release
Options:
-version: Displays version
Expand Down
2 changes: 2 additions & 0 deletions main.go
Expand Up @@ -57,6 +57,7 @@ func init() {
}

var usage string = `Github command line release tool.
Usage:
github-release <user/repo> <tag> <branch> <description> <files>
Expand All @@ -66,6 +67,7 @@ Parameters:
<branch>: Reference from where to create the provided <tag>, if it does not exist
<description>: The release description
<files>: Glob pattern describing the list of files to include in the release
Options:
-version: Displays version
Expand Down

0 comments on commit eaca515

Please sign in to comment.