From fe1c2218c6390d8ae91d2ad7d0d5fe62f3d13f97 Mon Sep 17 00:00:00 2001 From: splurf Date: Tue, 16 Jan 2024 14:03:57 -0500 Subject: [PATCH] updated flags --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a0ca87c..1a54143 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,17 @@ This is a simple workaround for those that don't have an assigned static public ## Usage ``` -Usage: cfautors.exe --email --api-token --zone-id --id +Usage: cfautors [OPTIONS] --email --api-token --zone-id --id Options: - -e, --email - -a, --api-token - -z, --zone-id - -i, --id + -e, --email + -a, --api-token + -z, --zone-id + -i, --id + -d, --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. \ No newline at end of file