Skip to content

Commit

Permalink
fix: usage (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa authored Mar 29, 2021
1 parent 076cd77 commit ad43ae5
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 @@ -118,7 +118,7 @@ Can set the below settings:
* Screwdriver.cd Store URL as "store-url"
* Screwdriver.cd Token as "token"
* Screwdriver.cd launcher version as "launcher-version"
* Screwdriver.cd UUID as "UUID"
* Screwdriver.cd UUID as "uuid"
* Screwdriver.cd launcher image as "launcher-image"

Usage:
Expand Down
2 changes: 1 addition & 1 deletion cmd/config/set.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Can set the below settings:
* Screwdriver.cd Store URL as "store-url"
* Screwdriver.cd Token as "token"
* Screwdriver.cd launcher version as "launcher-version"
* Screwdriver.cd UUID as "UUID"
* Screwdriver.cd UUID as "uuid"
* Screwdriver.cd launcher image as "launcher-image"`,
Args: cobra.ExactArgs(2),
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit ad43ae5

Please sign in to comment.