Make usage message consistent

This commit is contained in:
MisterSheeple 2023-11-08 06:45:28 +00:00 committed by GitHub
parent da7a8b34bd
commit ea67b5a3c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -13,5 +13,5 @@ RUN mkdir /sm64ex
WORKDIR /sm64ex
ENV PATH="/sm64ex/tools:${PATH}"
CMD echo 'usage: docker run --rm -v ${PWD}:/sm64ex sm64ex make BETTERCAMERA=1 EXTERNAL_DATA=1 -j4\n' \
'see https://github.com/sm64pc/sm64ex/wiki/Compiling-on-Docker for advanced usage'
CMD echo 'Usage: docker run --rm -v ${PWD}:/sm64ex sm64ex make BETTERCAMERA=1 EXTERNAL_DATA=1 -j4\n' \
'See https://github.com/sm64pc/sm64ex/wiki/Compiling-on-Docker for more information'