Skip to content

Commit

Permalink
fix: correct spelling mistake in help text for submit-claims-from-csv
Browse files Browse the repository at this point in the history
command
  • Loading branch information
timrogers committed Aug 1, 2023
1 parent 938e022 commit 9ca524f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/submit-claims-from-csv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ command
.name('submit-claims-from-csv')
.version(VERSION)
.description(
'Submit multiple Forms claims from a CSV. To generate a template CSV to fill in, use the `generate-template-csv` command. You may attach multiple receipts to a claim by filling the `receipt_path` column with comma-separated paths.',
'Submit multiple Forma claims from a CSV. To generate a template CSV to fill in, use the `generate-template-csv` command. You may attach multiple receipts to a claim by filling the `receipt_path` column with comma-separated paths.',
)
.requiredOption('--input-path <input_path>', 'The path to the CSV to read claims from')
.option('--access-token <access_token>', 'Access token used to authenticate with Forma')
Expand Down

0 comments on commit 9ca524f

Please sign in to comment.