From 5d8e87e05322fe64fa6d4da230c4be62892f3ef7 Mon Sep 17 00:00:00 2001 From: Ana Goessens Date: Mon, 4 Apr 2022 23:30:36 +0200 Subject: [PATCH] typo --- cli/src/help_strings.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/src/help_strings.rs b/cli/src/help_strings.rs index 0b8e0b60..365706f9 100644 --- a/cli/src/help_strings.rs +++ b/cli/src/help_strings.rs @@ -156,8 +156,8 @@ impl HelpStrings { HelpStrings::SchemaList => "List all your current schemas", HelpStrings::Workflow => "Automated actions that combine multiple functions", - HelpStrings::WorkflowCredentialOffer => "Simple credential offer workflow to offer a premade credential to any agent", - HelpStrings::WorkflowCredentialOfferConnectionId => "Connection id of the receving party", + HelpStrings::WorkflowCredentialOffer => "Simple credential offer automation to offer a premade credential to any agent", + HelpStrings::WorkflowCredentialOfferConnectionId => "Connection id of the receiving party", HelpStrings::WorkflowCredentialOfferNoQr => "Disables printing the qr code", HelpStrings::WorkflowCredentialOfferSelf => "Completes the entire flow with itself", HelpStrings::WorkflowCredentialOfferTimeout=> "Timeout for the entire flow in seconds",