File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ import (
2424var assetCmd = & cobra.Command {
2525 Use : "asset" ,
2626 Short : "All things assets." ,
27- Long : `An asset is an individual product on an account.
27+ Long : `An asset is an individual component on an account.
2828
2929For a full list of capabilities, please refer to the "Available Commands" section.` ,
3030 Run : func (cmd * cobra.Command , args []string ) {
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ var assetDetailsCmd = &cobra.Command{
2828 Short : "Get details of a specific asset" ,
2929 Long : `Get details of a specific asset.
3030
31- An asset is an individual product on an account. Assets have categories.
31+ An asset is an individual component on an account. Assets have categories.
3232` ,
3333 Run : func (cmd * cobra.Command , args []string ) {
3434 jsonFlag , _ := cmd .Flags ().GetBool ("json" )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ var assetListCmd = &cobra.Command{
3131 Short : "List assets on your account" ,
3232 Long : `List assets on your account.
3333
34- An asset is an individual product on an account. Assets have categories.
34+ An asset is an individual component on an account. Assets have categories.
3535` ,
3636 Run : func (cmd * cobra.Command , args []string ) {
3737 jsonFlag , _ := cmd .Flags ().GetBool ("json" )
You can’t perform that action at this time.
0 commit comments