Skip to content

Commit 4803de2

Browse files
committed
Fix typo
1 parent ead3073 commit 4803de2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/bench_zpie.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ int main(int argc, char* argv[])
3333
printf("USAGE: ./build/bench_zpie [ACTIONS] [OPTIONS]\n\n");
3434
printf("[ACTIONS]:\n");
3535
printf("-s <c>: Perform setup of 'c' constraints.\n");
36-
printf("-p <c>: Generate zpie_proof of 'c' constraints.\n");
37-
printf("-v <c>: Verify zpie_proof of 'c' constraints.\n");
36+
printf("-p <c>: Generate proof of 'c' constraints.\n");
37+
printf("-v <c>: Verify proof of 'c' constraints.\n");
3838
printf("[OPTIONS]\n");
3939
printf("-l : Activate logs.\n");
4040

0 commit comments

Comments
 (0)