Skip to content

Commit 5875dbe

Browse files
committed
remove warning message
1 parent 57ee0b2 commit 5875dbe

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

algorithms/partitioner/main.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,9 @@ static void usage()
5252
cout << "-d, --directory Directory with partitions obtianed by other partitioners, "
5353
"we want to run quality metrics against them."
5454
<< endl;
55-
cout << "-t, --enable-multithreading Enable multithreading during optimization. WARNING: multithreading "
56-
"is in experimental stage." << endl;
55+
cout << "-t, --enable-multithreading Enable multithreading during optimization." << endl;
5756
cout << "-i, --initial-partition-strategy Choose a particular initial partition strategy. If this "
58-
"flag is disbaled, all strategies will be computed and the best partition will be chosen.\n"
57+
"flag is disabaled, all strategies will be computed and the best partition will be chosen.\n"
5958
"\tValue\tSearching algorithm\tStrategy\tOrder\n"
6059
"\t0\tDepth first search\tDistributive\tpreorder\n"
6160
"\t1\tDepth first search\tDistributive\tpostorder\n"

0 commit comments

Comments
 (0)