Skip to content
This repository has been archived by the owner on Dec 5, 2018. It is now read-only.

Commit

Permalink
Suggest people use --rr= instead of --review-people=
Browse files Browse the repository at this point in the history
Also, add a .gitignore file.
  • Loading branch information
csilvers committed Mar 17, 2012
1 parent 09288b8 commit 77a6844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
*.pyc
2 changes: 1 addition & 1 deletion rbtools/postreview.py
Expand Up @@ -1194,7 +1194,7 @@ def parse_options(args):
sys.exit(1)

if options.publish and not options.target_people:
sys.stderr.write("Must specify reviewers (--target-people=...) or "
sys.stderr.write("Must specify reviewers (--rr=...) or "
"turn off auto-publish via --no-publish\n")
sys.exit(1)

Expand Down

0 comments on commit 77a6844

Please sign in to comment.