Browse Source

Typo fix

pull/8/head
Daniel Martí 11 years ago
parent
commit
4ee1ac0d41
  1. 2
      cmd/fdroidcl/show.go

2
cmd/fdroidcl/show.go

@ -14,7 +14,7 @@ import (
var cmdShow = &Command{
UsageLine: "show <appid...>",
Short: "Show detailed info of an app",
Short: "Show detailed info about an app",
}
func init() {

Loading…
Cancel
Save