From c2629f7edd89d048a78e72cc519144a49d9d683c Mon Sep 17 00:00:00 2001 From: Daniel Medina Date: Mon, 11 Mar 2024 12:57:46 -0400 Subject: [PATCH] additional clarity --- src/commands/attest/create.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/attest/create.ts b/src/commands/attest/create.ts index f816c1671..1b5d9ff0f 100644 --- a/src/commands/attest/create.ts +++ b/src/commands/attest/create.ts @@ -57,7 +57,7 @@ export default class CreateAttestations extends Command { return { control_id: id, explanation: this.promptForever('Attestation explanation: '), - frequency: this.promptForever('Attestation valid for (1day/3d/1week/2w/1month/3M/1year/1.5y/custom):'), + frequency: this.promptForever('Attestation valid for (a number followed by d/w/M/y or days/weeks/months/years, e.g. 1d/3days/1w/3weeks/1M/3months/1y/1.5years/custom):'), status: this.getStatus(), updated: new Date().toISOString(), updated_by: this.promptForever('Updated By: '),