diff options
author | Ollie Phillips <oliver@eantics.co.uk> | 2017-02-24 15:34:11 +0000 |
---|---|---|
committer | Ollie Phillips <oliver@eantics.co.uk> | 2017-02-24 15:34:11 +0000 |
commit | bf58736dbf18193765bf8b0da113d5c6e477c001 (patch) | |
tree | e0c7559ab972743c49ddae5e670b015c0235f7d5 /cmd/ponzu/usage.go | |
parent | fff0a34cffd686c09144058cbba44146fabc42e5 (diff) |
Added usageAdd to useage const
Diffstat (limited to 'cmd/ponzu/usage.go')
-rw-r--r-- | cmd/ponzu/usage.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/usage.go b/cmd/ponzu/usage.go index a49f1d9..48e11df 100644 --- a/cmd/ponzu/usage.go +++ b/cmd/ponzu/usage.go @@ -163,7 +163,7 @@ var usageVersion = ` ` var usageAdd = ` -[--cli] add, d <addon URI> +[--cli] add, a <addon URI> Downloads addon from specified URI to $GOPATH/src and copys it to the current project's ./addons directory. Must be called from within a |