diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-01-16 09:21:03 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-01-16 09:21:03 -0800 |
commit | d0f498e05cbe01a3b80a7b500334b55e6dd05e85 (patch) | |
tree | 3de4fa57bda184412303ac60b8e9a0ac5199824d /cmd/ponzu/usage.go | |
parent | dd3bd260d907bcb42b3a85a5972e387c4c8f805b (diff) |
updated usage to reflect copy on repository readme
Diffstat (limited to 'cmd/ponzu/usage.go')
-rw-r--r-- | cmd/ponzu/usage.go | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cmd/ponzu/usage.go b/cmd/ponzu/usage.go index 2dca46d..ee69cf4 100644 --- a/cmd/ponzu/usage.go +++ b/cmd/ponzu/usage.go @@ -10,11 +10,10 @@ var year = fmt.Sprintf("%d", time.Now().Year()) var usageHeader = ` $ ponzu [flags] command <params> -Ponzu is a powerful and efficient open-source "Content-as-a-Service" system -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 a powerful and efficient open-source HTTP server 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 |