Browse Source

fastboot: add getvar example (#4312)

Gustavo Dias Alexandre 4 years ago
parent
commit
8371c62ba9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/fastboot.md

+ 4 - 0
pages/common/fastboot.md

@@ -26,3 +26,7 @@
 - Display connected devices:
 
 `fastboot devices`
+
+- Display all information of a device:
+
+`fastboot getvar all`