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 b4366ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/cli/meow/__mocks__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ meowMock.showHelp = () => `
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 @@ -48,7 +48,7 @@ meowMock.showHelp = () => `
Output the version number.
-r, --formats
-f, --formats
Only this formats generate.
Expand Down
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 b4366ff

Please sign in to comment.