Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
Merge branch 'feat/prepare-force-flag' of github.com:superfaceai/cli …
Browse files Browse the repository at this point in the history
…into feat/prepare-force-flag
  • Loading branch information
Jakub-Vacek committed Nov 16, 2023
2 parents 7673815 + 24efae7 commit 03668fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ This command prepares a Provider JSON metadata definition that can be used to ge
force: oclifFlags.boolean({
required: false,
description:
'When set to true command will overwrite existing Provider JSON metadata.',
'When set to `true`, the command will overwrite any existing Provider JSON metadata.',
default: false,
}),
timeout: oclifFlags.integer({
Expand Down

0 comments on commit 03668fb

Please sign in to comment.