~juju-qa/ubuntu/xenial/juju/xenial-2.0-beta3

« back to all changes in this revision

Viewing changes to src/github.com/juju/juju/cmd/juju/commands/switch.go

  • Committer: Martin Packman
  • Date: 2016-03-30 19:31:08 UTC
  • mfrom: (1.1.41)
  • Revision ID: martin.packman@canonical.com-20160330193108-h9iz3ak334uk0z5r
Merge new upstream source 2.0~beta3

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
var switchDoc = `
39
39
Switch to the specified model or controller.
40
40
 
41
 
If the name identifies controller, the client will switch to the
 
41
If the name identifies a controller, the client will switch to the
42
42
active model for that controller. Otherwise, the name must specify
43
43
either the name of a model within the active controller, or a
44
44
fully-qualified model with the format "controller:model".
 
45
 
 
46
To list the available controllers or models, you can use the
 
47
list-controllers and list-models commands respectively.
45
48
`
46
49
 
47
50
func (c *switchCommand) Info() *cmd.Info {