Skip to content

Commit

Permalink
Extend the description of the --custom-fields argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ldmberman committed Sep 21, 2015
1 parent a941e66 commit acb24aa
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions init.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,10 @@ func init() {
},
{
"--custom-fields",
[]string{"Collection of custom field ID-value pairs to set for the server."},
[]string{
"Collection of custom field ID-value pairs to set for the server.",
"Each object of a collection has keys 'id' and 'value'.",
},
},
{
"--additional-disks",
Expand Down Expand Up @@ -772,7 +775,10 @@ func init() {
},
{
"--custom-fields",
[]string{"Collection of custom field ID-value pairs to set for the server."},
[]string{
"Collection of custom field ID-value pairs to set for the server.",
"Each object of a collection has keys 'id' and 'value'.",
},
},
{
"--ovf-id",
Expand Down Expand Up @@ -892,7 +898,10 @@ func init() {
},
{
"--custom-fields",
[]string{"Collection of custom field ID-value pairs to set for the server."},
[]string{
"Collection of custom field ID-value pairs to set for the server.",
"Each object of a collection has keys 'id' and 'value'.",
},
},
},
},
Expand Down

0 comments on commit acb24aa

Please sign in to comment.