Skip to content

Commit

Permalink
Merge pull request #25 from liquidweb/fix-usage-message
Browse files Browse the repository at this point in the history
Fix help to reference lw not liquidweb-cli
  • Loading branch information
sgsullivan authored Feb 21, 2020
2 parents 1c4d8a5 + 4b97927 commit bfc0a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var cfgFile string
var lwCliInst instance.Client

var rootCmd = &cobra.Command{
Use: "liquidweb-cli",
Use: "lw",
Short: "CLI interface for LiquidWeb",
Long: `CLI interface for LiquidWeb.
Expand Down

0 comments on commit bfc0a2c

Please sign in to comment.