cli: print the rev number in hex

changes/94/228794/1
Karan Misra 8 years ago
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…
Cancel
Save