Skip to content

Commit

Permalink
doc: -superheroic
Browse files Browse the repository at this point in the history
  • Loading branch information
kidoman committed Apr 16, 2014
1 parent 94e2ca4 commit 7bbad67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Package embd provides a superheroic hardware abstraction layer for doing embedded programming
Package embd provides a hardware abstraction layer for doing embedded programming
on supported platforms like the Raspberry Pi and BeagleBone Black. Most of the examples below
will work without change (i.e. the same binary) on all supported platforms. How cool is that?
Expand Down
2 changes: 1 addition & 1 deletion embd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ func registerCommand(cmd cli.Command) {
func main() {
app := cli.NewApp()
app.Name = "embd"
app.Usage = "superheroic embedded utility belt"
app.Usage = "embedded utility belt"
app.Version = version
app.Commands = commands

Expand Down

0 comments on commit 7bbad67

Please sign in to comment.