Skip to content

Commit

Permalink
fix: update description for scraping amazon invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
Disane87 committed May 28, 2024
1 parent 09f17ba commit cbe2df8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/scrape/amazon/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { WebsiteRun } from "../../../interfaces/website-run.interface";

export default class Amazon extends ScrapeCommand<typeof Amazon> {
public pluginName = `amazon`;
static description = `Scrapes amazon invoices`;
static description = `Scrapes amazon invoices from orders`;
static summary = `Used to get invoices from amazon`;

static examples = [`<%= config.bin %> <%= command.id %>`];
Expand Down

0 comments on commit cbe2df8

Please sign in to comment.