Browse Source

fixed typo

Gildas 5 năm trước cách đây
mục cha
commit
024770b089
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      cli/args.js

+ 1 - 1
cli/args.js

@@ -125,7 +125,7 @@ const args = require("yargs")
 	.string("filename-template")
 	.options("filename-replacement-character", { description: "The character used for replacing invalid characters in filenames" })
 	.string("filename-replacement-character")
-	.string("filename-template")
+	.string("filename-replacement-character")
 	.options("group-duplicate-images", { description: "Group duplicate images into CSS custom properties" })
 	.boolean("group-duplicate-images")
 	.options("include-BOM", { description: "Include the UTF-8 BOM into the HTML page" })