Skip to content

Commit

Permalink
additional clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
DMedina6 committed Mar 11, 2024
1 parent 5a9be77 commit c2629f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/attest/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '),
Expand Down

0 comments on commit c2629f7

Please sign in to comment.