Skip to content

Commit 80b682a

Browse files
committed
Rename the create-ssl-certificate -kt flag to -k
1 parent 70f9442 commit 80b682a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/appcloud/appcloud.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ func (p *Plugin) GetMetadata() plugin.PluginMetadata {
157157
UsageDetails: plugin.Usage{
158158
Usage: "create-ssl-certificate DOMAIN [--hostname HOSTNAME] [--key-type KEY_TYPE]",
159159
Options: map[string]string{
160-
"-hostname, -n": "Hostname for the HTTP route",
161-
"-key-type, -kt": "Key type for the certificate (e.g. RSA, ECDSA)",
160+
"-hostname, -n": "Hostname for the HTTP route",
161+
"-key-type, -k": "Key type for the certificate (e.g. RSA, ECDSA)",
162162
},
163163
},
164164
},

0 commit comments

Comments
 (0)