We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bfdd8 commit 83a1265Copy full SHA for 83a1265
sync_community_teams.py
@@ -38,8 +38,7 @@ def setup():
38
"-d",
39
"--debug",
40
action="store_true",
41
- help="Debug mode: show differences instead of pushing commits and"
42
- " creating pull requests",
+ help="Debug mode: show differences instead of making changes",
43
)
44
args = ap.parse_args()
45
return args
0 commit comments