Skip to content

Commit

Permalink
in add server, be explict about being able to specify group and accou…
Browse files Browse the repository at this point in the history
…nt in the server name
  • Loading branch information
James F. Carter committed Apr 9, 2018
1 parent 26b24da commit 1b735f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/bytemark/commands/add/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ func init() {
Usage: `add a new server with bytemark`,
UsageText: "add server [flags] <name> [<cores> [<memory [<disc specs>]...]]",
Description: `Adds a Cloud Server with the given specification, defaulting to a basic server with Symbiosis installed and weekly backups of the first disc.
The server name can be used to specify which group and account the server should be created in, for example myserver.group1.myaccount.
A disc spec looks like the following: label:grade:size
The label and grade fields are optional. If grade is empty, defaults to sata.
Expand Down

0 comments on commit 1b735f7

Please sign in to comment.