Skip to content

Commit 123ea49

Browse files
committed
Fix "--sorted" -> "-t"
1 parent d4c239b commit 123ea49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Compile with the following command
1212
> This version is a beta version. Checker, `-o` and `-s` are currently not available.\
1313
> If you find a bug, please report it to this pull request: https://github.com/SimonCROS/push_swap_tester/pull/6.
1414
15-
**./complexity** \[**-vh**\] \[**-s** <ins>seed</ins>\] \[**-f** <ins>push_swap</ins>\] \[**--sorted**\] <ins>numbers</ins> <ins>iterations</ins> \[<ins>goal</ins>\] \[<ins>checker</ins>\]
15+
**./complexity** \[**-vh**\] \[**-s** <ins>seed</ins>\] \[**-f** <ins>push_swap</ins>\] \[**-t** <ins>threads</ins>\] <ins>numbers</ins> <ins>iterations</ins> \[<ins>goal</ins>\] \[<ins>checker</ins>\]
1616

1717
Following options are available :
1818

0 commit comments

Comments
 (0)