Skip to content

Commit 6ee1d15

Browse files
authored
Add info on what "empty" means
1 parent c531bba commit 6ee1d15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/bash/delete-empty-repos.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
#/ DESCRIPTION:
1313
#/ For a GitHub Enterprise Instance, lists every empty repository in format
1414
#/ <organization>:<repository> separated by new lines. Deleting them if passed
15-
#/ the option [--execute=true].
15+
#/ the option [--execute=true]. "Empty" means any repository with a zero size
16+
#/ attribute, i.e. initialized only or those with no content at all.
1617
#/ - Example Output: List all empty repositories
1718
#/ <organization>:<repository1>
1819
#/ <organization>:<repository2>

0 commit comments

Comments
 (0)