Skip to content

Commit 7a7239f

Browse files
committed
changeUrl -> change-url
1 parent 5cdc9ae commit 7a7239f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/changeUrl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
// changeUrlCmd represents the changeUrl command
1515
var changeUrlCmd = &cobra.Command{
16-
Use: "changeUrl",
16+
Use: "change-url",
1717
Short: "Permanently switch to a different game URL.",
1818
Args: cobra.RangeArgs(0, 1),
1919
Run: func(cmd *cobra.Command, args []string) {

0 commit comments

Comments
 (0)