@@ -80,15 +80,15 @@ func configRoot() *core.Command {
8080 SeeAlsos : []* core.SeeAlso {
8181 {
8282 Short : "Init your Scaleway config" ,
83- Command : "scw config init" ,
83+ Command : "scw init" ,
8484 },
8585 {
8686 Short : "Set a config attribute" ,
87- Command : "scw config set --help " ,
87+ Command : "scw config set" ,
8888 },
8989 {
9090 Short : "Set a config attribute" ,
91- Command : "scw config get --help " ,
91+ Command : "scw config get" ,
9292 },
9393 {
9494 Short : "Dump the config" ,
@@ -137,7 +137,7 @@ func configGetCommand() *core.Command {
137137 SeeAlsos : []* core.SeeAlso {
138138 {
139139 Short : "Config management help" ,
140- Command : "scw config --help " ,
140+ Command : "scw config" ,
141141 },
142142 },
143143 Run : func (ctx context.Context , argsI interface {}) (i interface {}, e error ) {
@@ -260,7 +260,7 @@ The only allowed attributes are access_key, secret_key, default_organization_id,
260260 SeeAlsos : []* core.SeeAlso {
261261 {
262262 Short : "Config management help" ,
263- Command : "scw config --help " ,
263+ Command : "scw config" ,
264264 },
265265 },
266266 Run : func (ctx context.Context , argsI interface {}) (i interface {}, err error ) {
@@ -377,7 +377,7 @@ func configDumpCommand() *core.Command {
377377 SeeAlsos : []* core.SeeAlso {
378378 {
379379 Short : "Config management help" ,
380- Command : "scw config --help " ,
380+ Command : "scw config" ,
381381 },
382382 },
383383 Run : func (ctx context.Context , argsI interface {}) (i interface {}, e error ) {
@@ -574,7 +574,7 @@ func configInfoCommand() *core.Command {
574574 SeeAlsos : []* core.SeeAlso {
575575 {
576576 Short : "Config management help" ,
577- Command : "scw config --help " ,
577+ Command : "scw config" ,
578578 },
579579 },
580580 Run : func (ctx context.Context , argsI interface {}) (i interface {}, e error ) {
0 commit comments