Skip to content

Commit

Permalink
Clarify default behaviour for output option
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Dec 23, 2021
1 parent 7655073 commit 7ac201f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { argv } = yargs
.option("output", {
type: "string",
default: "",
description: "Output directory",
description: "Output directory, default is same directory as input",
})
.option("quality", {
type: "number",
Expand Down

0 comments on commit 7ac201f

Please sign in to comment.