Fix quotes in the manual

This commit is contained in:
Rampoina 2023-03-10 20:35:33 +01:00
parent c4289b2e71
commit 928a24b32c
1 changed files with 3 additions and 3 deletions

View File

@ -33,16 +33,16 @@ Default keys:
: Load levels from *FILE*. (default: a file called "levels").
`-c,--chars` *string*
: Characters to display for each game object, needs to have length 15. (default: " λ$⊕⭍#/\-|+<>^v").
: Characters to display for each game object, needs to have length 15. (default: \" λ$⊕⭍#/\-|+<>^v\").
`-f,--fchars` *string*
: Characters to represent each game object in the levels file, needs to have length 15. (default: " @$o⭍#/\-|+<>^v").
: Characters to represent each game object in the levels file, needs to have length 15. (default: \" @$o⭍#/\-|+<>^v\").
`-s,--start` *N*
: Start directly at level number *N*. (default: 1).
# EXAMPLES
*arc.bqn --chars \" @$o⭍#/-|+<>^v\" --levels levels -s 4*
*arc.bqn --chars \' @$o⭍#/-|+<>^v\' --levels levels -s 4*
: Run the game, changing the characters to draw, specifying the levels file and starting directly at level 4.
# THANKS