From 1307f3b611c8f673787f3b5ce04bd89fe78c3f96 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Tue, 16 Apr 2024 19:41:45 -0500 Subject: [PATCH] update help text in readme --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 118cb39..d22d575 100644 --- a/README.rst +++ b/README.rst @@ -95,6 +95,8 @@ To get help, just type the command:: --host TEXT Hostname or IP address of a device. Overrides automatic path detection. --password TEXT Password to use for authentication when --host is used. + --timeout INTEGER Specify the timeout in seconds for any network + operations. --board-id TEXT Manual Board ID of the CircuitPython device. If provided in combination with --cpy-version, it overrides the detected board ID. @@ -107,6 +109,7 @@ To get help, just type the command:: bundle-add Add bundles to the local bundles list, by "user/repo"... bundle-remove Remove one or more bundles from the local bundles list. bundle-show Show the list of bundles, default and local, with URL,... + example Copy named example(s) from a bundle onto the device. freeze Output details of all the modules found on the connected... install Install a named module(s) onto the device. list Lists all out of date modules found on the connected...