Skip to content

Commit

Permalink
Merge pull request #110 from chrishelgert/master
Browse files Browse the repository at this point in the history
Fix typo in readme and help command
  • Loading branch information
Songmu authored Feb 20, 2019
2 parents 41587a5 + 22963e4 commit ebafc74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $ ghr \
-replace # Replace artifacts if it is already uploaded
-draft \ # Release as draft (Unpublish)
-soft \ # Stop uploading if the same tag already exists
-prerelease \ # Crate prerelease
-prerelease \ # Create prerelease
TAG PATH
```

Expand Down
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Options:
Release as draft (Unpublish)
-prerelease
Crate prerelease
Create prerelease
-parallel=-1
Parallelization factor. This option limits amount of parallelism of
Expand Down

0 comments on commit ebafc74

Please sign in to comment.