diff --git a/cmd/fsplc/doc.go b/cmd/fsplc/doc.go index 743894f..dcade7e 100644 --- a/cmd/fsplc/doc.go +++ b/cmd/fsplc/doc.go @@ -4,12 +4,12 @@ // output formats. Currently it supports native object files, native ASM, and // LLVM IR code. // -// Usage: fsplc [OPTION]... ADDRESS +// Usage: fsplc [OPTION]... ADDRESS // -// -h, --help Display usage information and exit -// --debug Print extra debug information while compiling -// -q, --quiet Don't print warnings, errors, etc. -// -m, --format Output format (.s, .o, .ll) -// -o, --output Output filename -// -O, --optimization Optimization level (0-3) +// -h, --help Display usage information and exit +// --debug Print extra debug information while compiling +// -q, --quiet Don't print warnings, errors, etc. +// -m, --format Output format (.s, .o, .ll) +// -o, --output Output filename +// -O, --optimization Optimization level (0-3) package main diff --git a/cmd/fsplmod/doc.go b/cmd/fsplmod/doc.go index 37c39c0..28fba5c 100644 --- a/cmd/fsplmod/doc.go +++ b/cmd/fsplmod/doc.go @@ -1,2 +1,10 @@ // fsplmod manages FSPL modules. +// Usage: fsplmod [COMMAND] [OPTION]... +// +// -h, --help Display usage information and exit +// +// Commands: +// +// bump Re-generate the UUID of a module +// new Create a new module in the specified directory package main