Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetlin Ralchev committed Apr 26, 2018
1 parent c90faaf commit 67a93d1
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 @@ -140,7 +140,7 @@ GLOBAL OPTIONS:
--quiet, -q disable logging
--recursive, -r embed or bundle the resources recursively
--resource-dir value, -d value path to directory (default: ".")
--resource-type value, -t value resource type. supported: bundle, source-code (default: "source-code")
--resource-type value, -t value resource type. (supported: bundle, source-code) (default: "source-code")
--help, -h show help
--version, -v print the version
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/parcello/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func main() {
},
cli.StringFlag{
Name: "resource-type, t",
Usage: "resource type. supported: bundle, source-code",
Usage: "resource type. (supported: bundle, source-code)",
Value: "source-code",
},
cli.StringSliceFlag{
Expand Down

0 comments on commit 67a93d1

Please sign in to comment.