mirror of
https://github.com/pavel-odintsov/fastnetmon
synced 2024-11-23 13:22:36 +01:00
Minor typo fix.
This commit is contained in:
parent
12b31c67ae
commit
8071a7e7b5
@ -160,7 +160,7 @@ sub main {
|
||||
|
||||
# We could get huge speed benefits with this option
|
||||
if ($cpus_number > 1) {
|
||||
print "You have really nice server with $cpus_number CPU's and we will use they all for build process :)\n";
|
||||
print "You have really nice server with $cpus_number CPU's and we will use them all for build process :)\n";
|
||||
$make_options = "-j $cpus_number";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user