Skip to content

Commit 83a1265

Browse files
committed
improve help message
1 parent 49bfdd8 commit 83a1265

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sync_community_teams.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ def setup():
3838
"-d",
3939
"--debug",
4040
action="store_true",
41-
help="Debug mode: show differences instead of pushing commits and"
42-
" creating pull requests",
41+
help="Debug mode: show differences instead of making changes",
4342
)
4443
args = ap.parse_args()
4544
return args

0 commit comments

Comments
 (0)