mirror of
https://github.com/kidoman/embd
synced 2024-12-21 12:20:05 +01: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)
|
||||
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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user