Index: pkg/fletchc/lib/src/verbs/documentation.dart |
diff --git a/pkg/fletchc/lib/src/verbs/documentation.dart b/pkg/fletchc/lib/src/verbs/documentation.dart |
index a8be2c1b1a32f6087903d98ce761244b3ced8e36..a9a339cc8fe8f8b7e169adc41292c07e4dd569ad 100644 |
--- a/pkg/fletchc/lib/src/verbs/documentation.dart |
+++ b/pkg/fletchc/lib/src/verbs/documentation.dart |
@@ -160,3 +160,8 @@ const String upgradeDocumentation = """ |
Upgrade the agent used in session to the version provided in the |
.deb package <package-file> |
"""; |
+ |
+// TODO(lukechurch): Review UX. |
+const String discoverDocumentation = """ |
+ x-discover Discover Fletch capable devices available |
+"""; |