Skip to content

Commit

Permalink
chore: Fix typo (#1681)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Aug 21, 2023
1 parent a78d939 commit 7ac25ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/cpp/barretenberg/ts/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ program

program
.command('vk_as_fields')
.description('Return the verifiation key represented as fields elements. Also return the verification key hash.')
.description('Return the verification key represented as fields elements. Also return the verification key hash.')
.requiredOption('-i, --input-path <path>', 'Specifies the vk path (output from write_vk)')
.requiredOption('-o, --output-path <path>', 'Specify the JSON path to write the verification key fields and key hash')
.action(async ({ inputPath, outputPath }) => {
Expand Down

0 comments on commit 7ac25ea

Please sign in to comment.