Skip to content

Commit 2318a93

Browse files
committed
Add array-format description to help text
1 parent 4832bac commit 2318a93

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

api/bash/repo-list-export.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ usage()
3434
{
3535
echo -e "Usage: $0 [options] <orgname>...\n"
3636
echo "Options:"
37-
echo " -h | --help Help"
37+
echo " -h | --help Display this help text"
38+
echo " -a | --array-format Output the repository list in"
39+
echo " \"<orgname>/<repo1>\",\"<orgname>/<repo2>\" format"
3840
echo ""
3941
}
4042

0 commit comments

Comments
 (0)