Skip to content
This repository has been archived by the owner on Jul 18, 2023. It is now read-only.

Commit

Permalink
fix help
Browse files Browse the repository at this point in the history
  • Loading branch information
nirasan committed Jun 9, 2016
1 parent b030a65 commit 7a788cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/solitaire/solitaire.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ type Renderer interface {

var (
k *klondike.Klondike
colorFlag = flag.Bool("color", true, "draw color charactor")
rendererString = flag.String("mode", "basic", "execute mode \"basic\" or \"ls\"")
colorFlag = flag.Bool("color", true, "render color")
debugFlag = flag.Bool("debug", false, "show debug")
rendererString = flag.String("mode", "basic", "termbox renderer")
r Renderer
)

Expand Down

0 comments on commit 7a788cc

Please sign in to comment.