Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo #144

Merged
merged 1 commit into from
Apr 5, 2022
Merged

typo #144

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cli/src/help_strings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down