mirror of
https://github.com/kidoman/embd
synced 2024-12-22 04:40:04 +01:00
doc: -superheroic
This commit is contained in:
parent
94e2ca4ae3
commit
7bbad67d14
2
doc.go
2
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?
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user