diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-12-19 13:43:10 -0800 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-12-19 13:43:10 -0800 |
commit | 3d6a3815d99af7b436ec0742204a1331012b5f2d (patch) | |
tree | e795a33e821d12bbebbe994b6500610b00e78a63 /cmd/ponzu/main.go | |
parent | 8dc42e80b76e07c2b62c14fe464ebb9c7906bb4b (diff) |
adding possible fix for copying root directories into vendor unnecessarily
Diffstat (limited to 'cmd/ponzu/main.go')
-rw-r--r-- | cmd/ponzu/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/main.go b/cmd/ponzu/main.go index ae646c5..13c4edd 100644 --- a/cmd/ponzu/main.go +++ b/cmd/ponzu/main.go @@ -23,7 +23,7 @@ import ( var year = fmt.Sprintf("%d", time.Now().Year()) var usageHeader = ` -$ ponzu [specifiers] command <params> +$ 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 |