command/remote-config: syntax
This commit is contained in:
parent
2796f83950
commit
431f5e6706
|
@ -179,9 +179,9 @@ func (c *RemoteConfigCommand) validateRemoteConfig() error {
|
||||||
if err != nil {
|
if err != nil {
|
||||||
c.Ui.Error(fmt.Sprintf(
|
c.Ui.Error(fmt.Sprintf(
|
||||||
"%s\n\n"+
|
"%s\n\n"+
|
||||||
"If the error message above mentions requiring or modifying configuration\n" +
|
"If the error message above mentions requiring or modifying configuration\n"+
|
||||||
"options, these are set using the `-backend-config` flag. Example:\n" +
|
"options, these are set using the `-backend-config` flag. Example:\n"+
|
||||||
'-backend-config="name=foo" to set the `name` configuration',
|
"-backend-config=\"name=foo\" to set the `name` configuration",
|
||||||
err))
|
err))
|
||||||
}
|
}
|
||||||
return err
|
return err
|
||||||
|
|
Loading…
Reference in New Issue