diff --git a/implementations/rust/ockam/ockam_command/src/enroll/static/long_about.txt b/implementations/rust/ockam/ockam_command/src/enroll/static/long_about.txt index 50f26eb87e6..c67ee7667f9 100644 --- a/implementations/rust/ockam/ockam_command/src/enroll/static/long_about.txt +++ b/implementations/rust/ockam/ockam_command/src/enroll/static/long_about.txt @@ -1,3 +1,3 @@ -When you run this command for the first time, it creates a space for you to host your projects, as well as a default project for you within this space. +When you run this command for the first time, it creates a space for you in Ockam Orchestrator, the SaaS service. This is where you host your projects, as well as a default project for you within this space. It also generates a unique cryptographically provable identity and saves the corresponding key in a vault. This identity is issued a membership credential that will be used to manage the resources in your project. Optionally, you can pass an existing identity. diff --git a/implementations/rust/ockam/ockam_command/src/identity/show.rs b/implementations/rust/ockam/ockam_command/src/identity/show.rs index 96e1f0764bd..b02f3b5104c 100644 --- a/implementations/rust/ockam/ockam_command/src/identity/show.rs +++ b/implementations/rust/ockam/ockam_command/src/identity/show.rs @@ -23,6 +23,7 @@ pub struct ShowCommand { #[arg()] name: Option, + /// Show the full identity history, and not just the identifier or the nameq #[arg(short, long)] full: bool,