[clidoc] Update reference docs for main
diff --git a/main/tools/sdk/funnel.md b/main/tools/sdk/funnel.md
index f3c2492..bc2b41b 100644
--- a/main/tools/sdk/funnel.md
+++ b/main/tools/sdk/funnel.md
@@ -44,6 +44,8 @@
   close-local-tunnel
                     Closes the local tunnel if it exists. Instructs the
                     ControlMaster running for funnel to exit
+  list-targets      Remotely forwards a target from your local host to a remote
+                    one.
 
 
 ```
@@ -128,3 +130,25 @@
 
 ```
 
+## list-targets
+
+```none {: style="white-space: break-spaces;" .devsite-disable-click-to-copy}
+
+Usage: funnel list-targets [-w]
+
+Remotely forwards a target from your local host to a remote one.
+
+
+```
+
+__OPTIONS:__
+
+
+```none {: style="white-space: break-spaces;" .devsite-disable-click-to-copy}
+
+  -w, --watch       time to wait to discover targets.
+  --help            display usage information
+
+
+```
+