diff --git a/gh-cli/README.md b/gh-cli/README.md index 2374637..093232b 100644 --- a/gh-cli/README.md +++ b/gh-cli/README.md @@ -1096,14 +1096,14 @@ Retrieves all SSO enabled PATs users have created for an organization. Retrieves all SSO-enabled SSH keys users have created for an organization. -### get-sub-issue-summary-of-issue.sh - -Gets a summary of the sub-issues (children) of an issue (parent). See: [Community Discussions Post](https://github.com/orgs/community/discussions/139932) - ### get-sub-issues-of-issue.sh Gets the sub-issues (children) of an issue (parent). See: [Community Discussions Post](https://github.com/orgs/community/discussions/139932) +### get-sub-issues-summary-of-issue.sh + +Gets a summary of the sub-issues (children) of an issue (parent). See: [Community Discussions Post](https://github.com/orgs/community/discussions/139932) + ### get-user-id.sh Retrieves the ID of a user for other GraphQL calls diff --git a/gh-cli/get-sub-issue-summary-of-issue.sh b/gh-cli/get-sub-issues-summary-of-issue.sh similarity index 92% rename from gh-cli/get-sub-issue-summary-of-issue.sh rename to gh-cli/get-sub-issues-summary-of-issue.sh index 56edd93..98a8ab1 100755 --- a/gh-cli/get-sub-issue-summary-of-issue.sh +++ b/gh-cli/get-sub-issues-summary-of-issue.sh @@ -1,10 +1,10 @@ #!/bin/bash -# Gets the sub-issue summary of an issue +# Gets the sub-issues summary of an issue if [ -z "$3" ]; then echo "Usage: $0 " - echo "Example: ./get-sub-issues-of-issue.sh joshjohanning-org migrating-ado-to-gh-issues-v2 5" + echo "Example: ./get-sub-issues-summary-of-issue.sh joshjohanning-org migrating-ado-to-gh-issues-v2 5" exit 1 fi