Skip to content

Commit bfc0a2c

Browse files
authored
Merge pull request #25 from liquidweb/fix-usage-message
Fix help to reference lw not liquidweb-cli
2 parents 1c4d8a5 + 4b97927 commit bfc0a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var cfgFile string
3434
var lwCliInst instance.Client
3535

3636
var rootCmd = &cobra.Command{
37-
Use: "liquidweb-cli",
37+
Use: "lw",
3838
Short: "CLI interface for LiquidWeb",
3939
Long: `CLI interface for LiquidWeb.
4040

0 commit comments

Comments
 (0)