Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Broadcom plugin help for Zowe 2.16.0 #64

Merged
merged 1 commit into from
May 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions commandGroups/dbm-db2.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"td"
],
"description": "Specifies the target Db2 subsystem or data sharing group where you want to use a command.\n \n \u001b[90m Note: If you specify the data sharing group, the first active Db2 subsystem in the group is used. \u001b[0m",
"required": true,
"required": false,
"type": "string",
"group": "Required Options"
},
Expand Down Expand Up @@ -384,7 +384,7 @@
"td"
],
"description": "Specifies the target Db2 subsystem or data sharing group where you want to use a command.\n \n \u001b[90m Note: If you specify the data sharing group, the first active Db2 subsystem in the group is used. \u001b[0m",
"required": true,
"required": false,
"type": "string",
"group": "Required Options"
},
Expand Down Expand Up @@ -841,7 +841,7 @@
"td"
],
"description": "Specifies the target Db2 subsystem or data sharing group where you want to use a command.\n \n \u001b[90m Note: If you specify the data sharing group, the first active Db2 subsystem in the group is used. \u001b[0m",
"required": true,
"required": false,
"type": "string",
"group": "Required Options"
},
Expand Down Expand Up @@ -2200,7 +2200,7 @@
"sd"
],
"description": "Specifies the source Db2 subsystem or data sharing group where the objects that you want to use in a command are located.\n \n \u001b[90m Note: If you specify the data sharing group, the first active Db2 subsystem in the group is used. \u001b[0m",
"required": true,
"required": false,
"type": "string",
"group": "Required Options"
},
Expand Down Expand Up @@ -2621,7 +2621,7 @@
"sd"
],
"description": "Specifies the source Db2 subsystem or data sharing group where the objects that you want to use in a command are located.\n \n \u001b[90m Note: If you specify the data sharing group, the first active Db2 subsystem in the group is used. \u001b[0m",
"required": true,
"required": false,
"type": "string",
"group": "Required Options"
},
Expand All @@ -2631,7 +2631,7 @@
"td"
],
"description": "Specifies the target Db2 subsystem or data sharing group where you want to use a command.\n \n \u001b[90m Note: If you specify the data sharing group, the first active Db2 subsystem in the group is used. \u001b[0m",
"required": true,
"required": false,
"type": "string",
"group": "Required Options"
},
Expand Down
Loading