Skip to content

Commit

Permalink
Correct short options for --formats and --fontName in help
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Gilbey committed Feb 14, 2023
1 parent 2fe39cf commit 88b861d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cli/meow/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const meowCLI = meow(`
The search will begin in the working directory and move up the
directory tree until a configuration file is found.
-f, --fontName
-u, --fontName
The font family name you want, default: "webfont".
Expand All @@ -36,7 +36,7 @@ const meowCLI = meow(`
Output the version number.
-r, --formats
-f, --formats
Only this formats generate.
Expand Down

0 comments on commit 88b861d

Please sign in to comment.