Skip to content

Commit

Permalink
Update scripts/commands/updateApiDocs.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Arellano <[email protected]>
  • Loading branch information
arnaucasau and Eric-Arellano authored Feb 1, 2024
1 parent 2eb99f0 commit cd36442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/commands/updateApiDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const readArgs = (): Arguments => {
.option("skip-download", {
type: "boolean",
default: false,
description: "Skip the download of the artifact from Box?",
description: "Rather than downloading the artifact from Box, reuse what is already downloaded. This can save time, but it risks using an outdated version of the docs.",
})
.parseSync();
};
Expand Down

0 comments on commit cd36442

Please sign in to comment.