mirror of
https://github.com/kidoman/embd
synced 2025-04-11 17:12:13 +02:00
cli: print the rev number in hex
This commit is contained in:
parent
de0ad53f3f
commit
714179b86b
@ -14,7 +14,7 @@ func detect(c *cli.Context) {
|
|||||||
fmt.Println(err)
|
fmt.Println(err)
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
fmt.Printf("detected host %v (rev %v)\n", host, rev)
|
fmt.Printf("detected host %v (rev %#x)\n", host, rev)
|
||||||
}
|
}
|
||||||
|
|
||||||
var detectCmd = cli.Command{
|
var detectCmd = cli.Command{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user