Skip to content

Commit

Permalink
updated flags
Browse files Browse the repository at this point in the history
  • Loading branch information
splurf committed Jan 16, 2024
1 parent 9e02688 commit fe1c221
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ This is a simple workaround for those that don't have an assigned static public

## Usage
```
Usage: cfautors.exe --email <EMAIL> --api-token <API_TOKEN> --zone-id <ZONE_ID> --id <ID>
Usage: cfautors [OPTIONS] --email <EMAIL> --api-token <API_TOKEN> --zone-id <ZONE_ID> --id <ID>
Options:
-e, --email <EMAIL>
-a, --api-token <API_TOKEN>
-z, --zone-id <ZONE_ID>
-i, --id <ID>
-e, --email <EMAIL>
-a, --api-token <API_TOKEN>
-z, --zone-id <ZONE_ID>
-i, --id <ID>
-d, --delay <DELAY> [default: 5min]
-h, --help Print help
-V, --version Print version
```

## Todo
+ I'm lazy and have only spent a few hours on this so I'd still like to, at some point, add a `delay` argument which would change the time interval between every comparison.
+ Allow more than one record at a time.

0 comments on commit fe1c221

Please sign in to comment.