diff --git a/implementations/rust/ockam/ockam_command/src/reset/static/after_long_help.txt b/implementations/rust/ockam/ockam_command/src/reset/static/after_long_help.txt index dc67098aa36..f835c1aca20 100644 --- a/implementations/rust/ockam/ockam_command/src/reset/static/after_long_help.txt +++ b/implementations/rust/ockam/ockam_command/src/reset/static/after_long_help.txt @@ -1,8 +1,6 @@ +# Removes the local Ockam configuration including all Spaces, Identities, and Nodes # This will prompt you for confirmation before proceeding $ ockam reset # To confirm without prompting -$ ockam reset -y - -# Remove your spaces from the Orchestrator -ockam reset --all \ No newline at end of file +$ ockam reset -y \ No newline at end of file diff --git a/implementations/rust/ockam/ockam_command/src/status/static/after_long_help.txt b/implementations/rust/ockam/ockam_command/src/status/static/after_long_help.txt index e5d7eaafa3d..26e8360b3f9 100644 --- a/implementations/rust/ockam/ockam_command/src/status/static/after_long_help.txt +++ b/implementations/rust/ockam/ockam_command/src/status/static/after_long_help.txt @@ -1,7 +1,6 @@ -# To show information about all of the system's Identities and Nodes -# Includes all identities, whether enrolled or unenrolled +# Display information about all of the system's Spaces, Identities, and Nodes $ ockam status # Change the default timeout duration of the status command -# Defaults to 2s if unspecified -$ ockam status --timeout 0.5s \ No newline at end of file +# Defaults to 10s if unspecified +$ ockam status --timeout 15s \ No newline at end of file diff --git a/implementations/rust/ockam/ockam_command/src/status/static/long_about.txt b/implementations/rust/ockam/ockam_command/src/status/static/long_about.txt index 72112f194b6..2db97853600 100644 --- a/implementations/rust/ockam/ockam_command/src/status/static/long_about.txt +++ b/implementations/rust/ockam/ockam_command/src/status/static/long_about.txt @@ -1,9 +1,8 @@ -[TBD: Is the following useful information?] -[TBD: What needs to be elaborated on, and in what way?] - The status command displays the current status of your machine, including information such as: -- controller and project version [TBD: what are these?] -- all cryptographic identities stored in your vault, their enrollment status with the Ockam Orchestrator, - date of enrollment (if enrolled), and the email address associated with each identity -- the status of any Nodes, process ids, associated routes and transport protocols, secure channels, - portals, and running services \ No newline at end of file +- the current version of Ockam in use +- the controller (Orchestrator) and project version +- your spaces and the users associated with them +- all cryptographic identities stored in your vault and their enrollment status with the Ockam Orchestrator +- the status of any Nodes, associated routes and protocols, listeners and services, and more + + NB: To see the list of workers running in a node, run `ockam worker list --at ` \ No newline at end of file