Updated documentation

This commit is contained in:
Eduard Urbach 2025-02-17 11:05:17 +01:00
parent 0bd8a94d56
commit 7951136234
Signed by: eduard
GPG key ID: 49226B848C78F6C8
2 changed files with 20 additions and 27 deletions

View file

@ -14,10 +14,10 @@ func Help(w io.Writer, code int) int {
Commands:
build [directory | file] build an executable from a file or directory
--arch [arch] cross-compile for a different CPU architecture (x86, arm or riscv)
--arch [arch] cross-compile for another CPU architecture [x86|arm|riscv]
--assembler, -a show assembler instructions
--dry, -d skip writing the executable to disk
--os [os] cross-compile for a different OS (linux, mac or windows)
--os [os] cross-compile for another OS [linux|mac|windows]
--statistics, -s show statistics
--verbose, -v show everything