Skip to content

Commit eaca515

Browse files
committed
Adds better spacing
1 parent 7d7007a commit eaca515

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Yet another Github release command line tool. This one, though, is much more min
44

55
```
66
Github command line release tool.
7+
78
Usage:
89
github-release <user/repo> <tag> <branch> <description> <files>
910
@@ -13,6 +14,7 @@ Parameters:
1314
<branch>: Reference from where to create the provided <tag>, if it does not exist
1415
<description>: The release description
1516
<files>: Glob pattern describing the list of files to include in the release
17+
1618
Options:
1719
-version: Displays version
1820

main.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ func init() {
5757
}
5858

5959
var usage string = `Github command line release tool.
60+
6061
Usage:
6162
github-release <user/repo> <tag> <branch> <description> <files>
6263
@@ -66,6 +67,7 @@ Parameters:
6667
<branch>: Reference from where to create the provided <tag>, if it does not exist
6768
<description>: The release description
6869
<files>: Glob pattern describing the list of files to include in the release
70+
6971
Options:
7072
-version: Displays version
7173

0 commit comments

Comments
 (0)