Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mifrazmurthaja committed May 28, 2021
1 parent eb97668 commit ff474c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ read -p "Attributes to filter (Optional) (ex: id,username,emails) : " attributes
[ -z "$attributes" ] && { attributes=none; }
read -p "Attributes to exclude (Optional) (ex:groups,emails,name.givenName) : " excludedAttributes
[ -z "$excludedAttributes" ] && { excludedAttributes=none; }
read -p "Start Index(Optional) [1]: " startIndex
read -p "Start Index (Optional) [1]: " startIndex
[ -z "$startIndex" ] && { startIndex=none; }
read -p "Batch Count (Optional) [100]: " batchCount
[ -z "$batchCount" ] && { batchCount=none; }
Expand Down

0 comments on commit ff474c0

Please sign in to comment.