diff --git a/sources/cmd/archiver.go b/sources/cmd/archiver.go index 143e068..31031d0 100644 --- a/sources/cmd/archiver.go +++ b/sources/cmd/archiver.go @@ -557,13 +557,37 @@ func main_0 () (error) { _flags.Usage = func () () { fmt.Fprintf (os.Stderr, "%s", ` -cdb-http-archiver - --sources - --archive - --compress - --exclude-index - --include-metadata - --debug + ==== kawipiko -- blazingly fast static HTTP server ==== + + | Documentation, issues and sources: + | * https://bit.ly/kawipiko + | * https://github.com/cipriancraciun/go-cdb-http + + | Authors: + | * Ciprian Dorin Craciun + | ciprian@volution.ro + | ciprian.craciun@gmail.com + | https://volution.ro/ciprian + + | Leverages: + | * https://github.com/valyala/fasthttp + | * https://github.com/colinmarc/cdb + | * https://cr.yp.to/cdb.html + | * https://golang.org/ + + ----------------------------------------------------------- + + cdb-http-archiver + + --sources + + --archive + --compress + --exclude-index + --include-metadata + + --debug + `) } diff --git a/sources/cmd/server.go b/sources/cmd/server.go index f9ed4e3..c15f131 100644 --- a/sources/cmd/server.go +++ b/sources/cmd/server.go @@ -368,17 +368,43 @@ func main_0 () (error) { _flags.Usage = func () () { fmt.Fprintf (os.Stderr, "%s", ` -cdb-http-server - --archive - --archive-inmem (memory-loaded archive file) - --archive-mmap (memory-mapped archive file) - --archive-preload (preload archive file) - --bind : - --processes (of slave processes) - --threads (of threads per process) - --profile-cpu - --profile-mem - --debug + ==== kawipiko -- blazingly fast static HTTP server ==== + + | Documentation, issues and sources: + | * https://bit.ly/kawipiko + | * https://github.com/cipriancraciun/go-cdb-http + + | Authors: + | * Ciprian Dorin Craciun + | ciprian@volution.ro + | ciprian.craciun@gmail.com + | https://volution.ro/ciprian + + | Leverages: + | * https://github.com/valyala/fasthttp + | * https://github.com/colinmarc/cdb + | * https://cr.yp.to/cdb.html + | * https://golang.org/ + + ----------------------------------------------------------- + + cdb-http-server + + --archive + --archive-inmem (memory-loaded archive file) + --archive-mmap (memory-mapped archive file) + --archive-preload (preload archive file) + + --bind : + + --processes (of slave processes) + --threads (of threads per process) + + --profile-cpu + --profile-mem + + --debug + `) }