From acb24aaf0b70bf64feea4d44578ffb619edbfd87 Mon Sep 17 00:00:00 2001 From: Lev Berman Date: Mon, 21 Sep 2015 18:05:56 +0300 Subject: [PATCH] Extend the description of the --custom-fields argument --- init.go | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/init.go b/init.go index de4bc62..7387b1b 100644 --- a/init.go +++ b/init.go @@ -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", @@ -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", @@ -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'.", + }, }, }, },