Skip to content

Commit b513574

Browse files
🎨 fixed wrong characters
1 parent b59513a commit b513574

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ To use this plugin with ABC:
3535
```bash
3636
./abc
3737
abc 01> pexact -h
38-
abc 01> usage: pexact [-I <num>] [-M <num>] <hex>
38+
usage: pexact [-I <num>] [-M <num>] <hex>
3939
exact synthesis of multi-input function using two-input gates
40-
-I <num> : the number of input variables [default = 0]
40+
-I <num> : the number of input variables [default = 4]
4141
-M <num> : search space exploration mode 0: queue search; 1: free search; 2: binary search [default = 0]
4242
```
4343

0 commit comments

Comments
 (0)