Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Adams committed Jul 12, 2021
1 parent 9f7a33d commit 6f4a83b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,9 @@ First of all get the usernames and ids of user:

./rscli eln listUsers --maxResults 100 -f csv | grep -v '-' | cut -d ',' -f1,2 > users.csv

This gets users, filters out hte relevant fields and saves in a CSV file. (Note there is a limit of 100 users currently)
This gets users, filters out the relevant fields and saves them in a CSV file. (Note there is a limit of 100 users currently).

Now iterate over this list, export and download
Now iterate over this list, export and download:

```
logFile=$(date "+%d-%m-%y-%T").log
Expand Down

0 comments on commit 6f4a83b

Please sign in to comment.