Skip to content

Commit 1570c02

Browse files
committed
Update README
1 parent 31d0c49 commit 1570c02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ import synopt from "synopt";
3030
synopt
3131
.name("mkwebmanifest") // optional, for usage banner
3232
.summary("Generate icons and web manifest for web applications")
33-
.option("-i", "--icon", "source icon file")
33+
.option("-i", "--icon ICON", "source icon file")
3434
.option("-n", "--name", "name of the web application", { repeat: true })
35-
.option("--config", "configuration file")
36-
.option("--outdir", "directory path for generated files")
35+
.option("--config FILE", "configuration file")
36+
.option("--outdir <directory>", "directory path for generated files")
3737
.option("--verbose", "more output", { boolean: true })
3838
.option("-h", "--help", "print help", { boolean: true });
3939

0 commit comments

Comments
 (0)