Skip to content

Commit

Permalink
Remove "project" from a few subcommand descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitchell committed Nov 12, 2019
1 parent 11e4f4e commit ee5dfc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion subcommands/lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import "licensezero.com/cli/data"
import "io/ioutil"
import "os"

const lockDescription = "Lock project pricing and availability."
const lockDescription = "Lock pricing and availability."

// Lock fixes pricing and availability.
var Lock = &Subcommand{
Expand Down
4 changes: 2 additions & 2 deletions subcommands/reprice.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import "licensezero.com/cli/data"
import "io/ioutil"
import "os"

const repriceDescription = "Change project pricing."
const repriceDescription = "Change pricing."

// Reprice changes project pricing.
// Reprice changes pricing.
var Reprice = &Subcommand{
Tag: "seller",
Description: repriceDescription,
Expand Down
2 changes: 1 addition & 1 deletion subcommands/sponsor.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "licensezero.com/cli/api"
import "licensezero.com/cli/data"
import "io/ioutil"

const sponsorDescription = "Sponsor relicensing of a project."
const sponsorDescription = "Sponsor relicensing."

// Sponsor starts a project sponsorship transaction.
var Sponsor = &Subcommand{
Expand Down

0 comments on commit ee5dfc0

Please sign in to comment.