Synchronize the man page with the --help option

This commit is contained in:
Rampoina 2023-03-06 01:12:22 +01:00
parent 36559eb386
commit 1f750e320b
1 changed files with 14 additions and 5 deletions

19
arc.bqn
View File

@ -11,11 +11,20 @@ opts←{
_opt_{ 𝔽_optl_𝔾 𝕩} _opt_{ 𝔽_optl_𝔾 𝕩}
{𝕤 {𝕤
•Out "Usage: "•name" [OPTION]... •Out "Usage: "•name" [OPTION]...
--help,-h: Display this help message -h,--help
--levels,-l FILE: load levels from FILE Displays a help message
--chars,-c STRING: Characters to display for each game object, needs to have length 15
--fchars,-f STRING: Characters to represent each game object in the levels file, needs to have length 15 -l,--levels FILE
--start,-s N: Start directly at level number N" 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”).
-f,--fchars string
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)."
•Exit 0 •Exit 0
}´"-h""--help"a }´"-h""--help"a