We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4832bac commit 2318a93Copy full SHA for 2318a93
1 file changed
api/bash/repo-list-export.sh
@@ -34,7 +34,9 @@ usage()
34
{
35
echo -e "Usage: $0 [options] <orgname>...\n"
36
echo "Options:"
37
- echo " -h | --help Help"
+ echo " -h | --help Display this help text"
38
+ echo " -a | --array-format Output the repository list in"
39
+ echo " \"<orgname>/<repo1>\",\"<orgname>/<repo2>\" format"
40
echo ""
41
}
42
0 commit comments