webfont icon indicating copy to clipboard operation
webfont copied to clipboard

Correct short options for --formats and --fontName in help

Open juliangilbey opened this issue 2 years ago • 0 comments

Summary

The output of webfont --help currently includes -f, --fontName and -r, --formats, but these don't match the definitions later in the file, so -f myfont produces no output (as myfont is not a valid format). This patch corrects the help message to match the definitions.

How to test

Describe the tests that you ran to verify your changes:

  1. Run webfont --help.
  2. Check if the lines now read -u, --fontName and -f, --formats

Checklist

  • [ ] I have added corresponding labels to this PR (like bug, enhancement...);
  • [x] My commits follow the Conventional Commits 1.0 Guidelines;
  • [x] My code follows the style guidelines of this project;
  • [x] I have performed a self-review of my own code;
  • [ ] I have mapped technical debts found on my changes;
  • [x] I have made changes to the documentation (if applicable);
  • [x] My changes generate no new warnings or errors;

juliangilbey avatar Feb 14 '23 09:02 juliangilbey