Merge "adb: add help text for USB permission errors." am: aafa096090 am: e37325defc
am: 1effd452ab

* commit '1effd452ab94b290d6756dced8c0ddb918d81561':
  adb: add help text for USB permission errors.
diff --git a/transport.cpp b/transport.cpp
index d4f60ec..988007d 100644
--- a/transport.cpp
+++ b/transport.cpp
@@ -792,9 +792,7 @@
     // Local static allocation to avoid global non-POD variables.
     static const FeatureSet* features = new FeatureSet{
         kFeatureShell2,
-        // Internal master has 'cmd'. AOSP master doesn't.
-        // kFeatureCmd
-
+        kFeatureCmd
         // Increment ADB_SERVER_VERSION whenever the feature list changes to
         // make sure that the adb client and server features stay in sync
         // (http://b/24370690).