Skip to content

Commit 6f2dac4

Browse files
committed
clarify help text
1 parent abbc010 commit 6f2dac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

normalize_repos/normalize_repos.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def setup():
4747
"--repo",
4848
"--repository",
4949
action="append",
50-
help="repository or repositories to update (instead of fetching"
51-
" repositories from GitHub)",
50+
help="select repository or repositories to update from those fetched"
51+
" from GitHub (may be specified multiple times)",
5252
metavar="REPO",
5353
dest="repos",
5454
)

0 commit comments

Comments
 (0)