Skip to content

Commit

Permalink
Update README for documentation (arguments -> flags) (iss #16, #6)
Browse files Browse the repository at this point in the history
  • Loading branch information
astrochun committed Mar 17, 2020
1 parent 69035f7 commit b57ba63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,14 @@ execute the following command:
## Execution

To execute the script and update Grouper and EDS, include the `portal`, `quota`,
and `sync` arguments:
and `sync` command-line flags:

```
(figshare_patrons) $ python DataRepository_patrons/script_run --quota --portal --sync \
--config config/petl.ini --ldap_password $password --grouper_password $password
```

Note: Without the `sync` argument, the above command line will perform a
Note: Without the `sync` flag, the above command line will perform a
"dry run" where both `quota` and `portal` queries are conducted. It will
indicate what Grouper updates will occur.

Expand Down

0 comments on commit b57ba63

Please sign in to comment.