From 960b6f51a931882e3faa2bc633fcb5ac256afefc Mon Sep 17 00:00:00 2001 From: Jimmy Royer Date: Fri, 27 Dec 2024 16:12:38 -0500 Subject: [PATCH] Minor doc edits --- src/exportComments.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/exportComments.ts b/src/exportComments.ts index 59f5993..9f948e1 100644 --- a/src/exportComments.ts +++ b/src/exportComments.ts @@ -13,8 +13,8 @@ * --repo, -r Repository name (required) * --author, -a Author of the comments to filter with (optional -- likely the AI bot author name) * --since, -s Filter comments since the given date (YYYY-MM-DD) (required) - * --until, -u Filter comments until the given date (YYYY-MM-DD) (optional, defaults to now) - * --token, -t GitHub personal access token (can also be set via the GITHUB_TOKEN environment variable or `.env` file) + * --until, -u Filter comments until the given date (YYYY-MM-DD) (optional, defaults to current date) + * --token, -t GitHub personal access token (can also be set via the GITHUB_TOKEN environment variable or `.env` file) * It is recommended to use the environment variable to avoid exposing sensitive information. * * Example: