From 7bbad67d149c910383fa34244c3cc3534aaecd76 Mon Sep 17 00:00:00 2001 From: Karan Misra Date: Wed, 16 Apr 2014 14:05:13 +0530 Subject: [PATCH] doc: -superheroic --- doc.go | 2 +- embd/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc.go b/doc.go index ec9546c..80118d4 100644 --- a/doc.go +++ b/doc.go @@ -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? diff --git a/embd/main.go b/embd/main.go index 5326ec4..7ea7424 100644 --- a/embd/main.go +++ b/embd/main.go @@ -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