Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
febeling committed Dec 7, 2023
1 parent 31d0c49 commit 1570c02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ import synopt from "synopt";
synopt
.name("mkwebmanifest") // optional, for usage banner
.summary("Generate icons and web manifest for web applications")
.option("-i", "--icon", "source icon file")
.option("-i", "--icon ICON", "source icon file")
.option("-n", "--name", "name of the web application", { repeat: true })
.option("--config", "configuration file")
.option("--outdir", "directory path for generated files")
.option("--config FILE", "configuration file")
.option("--outdir <directory>", "directory path for generated files")
.option("--verbose", "more output", { boolean: true })
.option("-h", "--help", "print help", { boolean: true });

Expand Down

0 comments on commit 1570c02

Please sign in to comment.