Skip to content

Commit

Permalink
png65.js clarification in --help of --palette and --nofill option
Browse files Browse the repository at this point in the history
  • Loading branch information
smnjameson committed Aug 3, 2022
1 parent e2b54b6 commit f4945b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/aseparse65/png65.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ const argv = yargs(hideBin(process.argv))
})
.option('palette', {
alias: 'p',
description: 'if provided this is the path to which the generated palette will be appended',
description: 'if provided this is the path to which the generated palette will be appended rather than creating a new palette',
type: 'string',
})
.option('nofill', {
alias: 'l',
description: 'if provided the palette will not be padded out to 256 colors, useful for appending with --palette option',
description: 'if provided the palette will not be padded out to 256 colors, useful for appending palettes with --palette option',
type: 'boolean',
})
.option('fcm', {
Expand Down

0 comments on commit f4945b2

Please sign in to comment.