~ubuntu-branches/ubuntu/wily/juju-core/wily

« back to all changes in this revision

Viewing changes to src/launchpad.net/juju-core/cmd/juju/destroymachine.go

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-02-28 16:53:15 UTC
  • mfrom: (1.1.19)
  • Revision ID: package-import@ubuntu.com-20140228165315-g8n1ds0jrtekhxq6
Tags: 1.17.4-0ubuntu1
* New upstream point release (LP: #1261628):
  - https://launchpad.net/juju-core/trunk/1.17.4
  - d/control: Prefer juju-mongodb over mongodb-server for juju-local
    package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
                Args:    "<machine> ...",
36
36
                Purpose: "destroy machines",
37
37
                Doc:     destroyMachineDoc,
38
 
                Aliases: []string{"terminate-machine"},
 
38
                Aliases: []string{"remove-machine", "terminate-machine"},
39
39
        }
40
40
}
41
41