Typo in flag

This commit is contained in:
Matt McWilliams 2021-09-15 20:16:30 -04:00
parent 22b247cb5e
commit 8c0c7d7920
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ sudo docker build . -t povray_gcc
cd povray
sudo docker run \
-cpus=2 \
--cpus=2 \
-v $PWD:/usr/src \
povray_gcc \
sh -c 'cd /usr/src && sh build.sh'