Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
bin/conch| --alias is now a required parameter to "rooms create"
Browse files Browse the repository at this point in the history
(cherry picked from commit 3763d24)
  • Loading branch information
sungo committed Mar 12, 2019
1 parent 84e9602 commit da12f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/internal/global/room.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ func roomCreate(app *cli.Cmd) {
aliasOpt = app.StringOpt("alias", "", "Room Alias")
vendorNameOpt = app.StringOpt("vendor-name vn", "", "Vendor Name")
)
app.Spec = "--datacenter-id --az [OPTIONS]"
app.Spec = "--datacenter-id --az --alias [OPTIONS]"

app.Action = func() {
dcID, err := uuid.FromString(*dcIDOpt)
Expand Down

0 comments on commit da12f25

Please sign in to comment.