summaryrefslogtreecommitdiff
path: root/devel/android-tools-fastboot
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2017-06-22 13:04:35 +0000
committerJan Beich <jbeich@FreeBSD.org>2017-06-22 13:04:35 +0000
commit3ae4187805f4707a6f4626ce838e7893771eca5d (patch)
treea1cf90c65cf7427c2bc759beafcaeb076881f6fb /devel/android-tools-fastboot
parentdevel/android-tools-fastboot-devel: update to o.p.2.332 (diff)
devel/android-tools-fastboot-devel: oops, fix docs after r444112
Notes
Notes: svn path=/head/; revision=444113
Diffstat (limited to 'devel/android-tools-fastboot')
-rw-r--r--devel/android-tools-fastboot/pkg-descr7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/android-tools-fastboot/pkg-descr b/devel/android-tools-fastboot/pkg-descr
index d80b116a953b..18bab0ae9bac 100644
--- a/devel/android-tools-fastboot/pkg-descr
+++ b/devel/android-tools-fastboot/pkg-descr
@@ -1,6 +1,3 @@
Fastboot protocol is a mechanism for communicating with bootloaders
-over USB or Ethernet. It is designed to be very straightforward to
-implement, to allow it to be used across a wide range of devices and
-from hosts running Linux, macOS, or Windows.
-
-WWW: https://android.googlesource.com/platform/system/core/+/master/fastboot/README.md
+over USB or Ethernet. The provided command line tool can be used
+to flash filesystems on Android-powered devices.