Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
Signed-off-by: Pujal <[email protected]>
  • Loading branch information
pujal0909 committed Nov 22, 2024
1 parent 017ae44 commit d6f4767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions packages/cli/src/zosfiles/-strings-/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ export default {
DESCRIPTION: "Download content from z/OS data sets and USS files to your PC.",
ACTIONS: {
ALL_MEMBERS: {
SUMMARY: "Download all members from a pds",
SUMMARY: "Download all members from a PDS",
DESCRIPTION: "Download all members from a partitioned data set to a local folder.",
POSITIONALS: {
DATASETNAME: "The name of the data set from which you want to download members"
Expand All @@ -349,7 +349,7 @@ export default {
}
},
ALL_MEMBERS_MATCHING: {
SUMMARY: "Download all members from a pds",
SUMMARY: "Download all members from a PDS",
DESCRIPTION: "Download all members that match a specific pattern from a partitioned data set to a local folder.",
POSITIONALS: {
DATASETNAME: "The name of the data set from which you want to download members",
Expand Down Expand Up @@ -506,7 +506,7 @@ export default {
DESCRIPTION: "List data sets and data set members. Optionally, you can list their details and attributes.",
ACTIONS: {
ALL_MEMBERS: {
SUMMARY: "List all members of a pds",
SUMMARY: "List all members of a PDS",
DESCRIPTION: "List all members of a partitioned data set. To view additional information about each member, use the --attributes " +
"option under the Options section of this help text.",
POSITIONALS: {
Expand Down
2 changes: 1 addition & 1 deletion packages/zosfiles/src/constants/ZosFiles.messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ export const ZosFilesMessages: { [key: string]: IMessageDefinition } = {
},

/**
* Message indicating that no members xsremain to be downloaded after the excluded ones were filtered out.
* Message indicating that no members remain to be downloaded after the excluded ones were filtered out.
* @type {IMessageDefinition}
*/
noMembersMatchingPattern: {
Expand Down

0 comments on commit d6f4767

Please sign in to comment.