Skip to content

Commit

Permalink
script_run: Minor change in parser documentation (iss #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 17, 2020
1 parent 8ef9944 commit 3e1a5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataRepository_patrons/script_run
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ if __name__ == '__main__':
parser.add_argument('--batch_size', help='synchronization batch size')
parser.add_argument('--batch_timeout', help='synchronization batch timeout in seconds')
parser.add_argument('--batch_delay', help='delay between batches in seconds')
parser.add_argument('--portal', action='store_true', help='perform portal synchronization')
parser.add_argument('--quota', action='store_true', help='perform quota synchronization')
parser.add_argument('--portal', action='store_true', help='perform portal queries')
parser.add_argument('--quota', action='store_true', help='perform quota queries')
parser.add_argument('--sync', action='store_true', help='perform synchronization')
parser.add_argument('--sync_max', help='maximum membership delta to allow when synchronizing')
parser.add_argument('--debug', action='store_true', help='turn on debug logging')
Expand Down

0 comments on commit 3e1a5b0

Please sign in to comment.