diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-23 10:50:54 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-23 10:50:54 -0800 |
commit | bef813a87bd1a8578ead47c82857ec6f1eb48a8d (patch) | |
tree | 7b7153221743e0b0d28729a8f7d3d43109c6971a /cmd/ponzu/main.go | |
parent | 29959dc55482b04388bc0c8a426650215ac3d5b2 (diff) |
better layout for usage on README and adding detail to cli descrtiption
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r-- | cmd/ponzu/main.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index 1e037a1..d2e8b97 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -26,10 +26,10 @@ var usageHeader = ` $ ponzu [flags] command <params> Ponzu is a powerful and efficient open-source "Content-as-a-Service" system -framework. It provides automatic, free, and secure HTTP/2 over TLS (certificates -obtained via Let's Encrypt - https://letsencrypt.org), a useful CMS and -scaffolding to generate content editors, and a fast HTTP API on which to build -modern applications. +framework and CMS. It provides automatic, free, and secure HTTP/2 over TLS +(certificates obtained via Let's Encrypt - https://letsencrypt.org), a useful +CMS and scaffolding to generate content editors, and a fast HTTP API on which +to build modern applications. Ponzu is released under the BSD-3-Clause license (see LICENSE). (c) ` + year + ` Boss Sauce Creative, LLC |