Skip to content

Commit 5cdc9ae

Browse files
committed
CLI interface -> CLI
1 parent 0228f2b commit 5cdc9ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/share.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
// shareCmd represents the share command
99
var shareCmd = &cobra.Command{
1010
Use: "share",
11-
Short: "A CLI interface for share.code-game.org.",
11+
Short: "A CLI for share.code-game.org.",
1212
}
1313

1414
func findGameURL() string {

0 commit comments

Comments
 (0)