Skip to content

Commit 8e27fa1

Browse files
fix: small preserve-generated-form/from typo
1 parent 5986f8e commit 8e27fa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/bin/help.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ describe("logHelpText", () => {
178178
],
179179
[
180180
"
181-
--preserve-generated-form: Whether to keep the GitHub repository generated from
181+
--preserve-generated-from: Whether to keep the GitHub repository generated from
182182
notice (by default, false)",
183183
],
184184
[],

src/shared/options/args.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ export const allArgOptions = {
253253
docsSection: "core",
254254
type: "string",
255255
},
256-
"preserve-generated-form": {
256+
"preserve-generated-from": {
257257
description: `Whether to keep the GitHub repository generated from
258258
notice (by default, false)`,
259259
docsSection: "optional",

0 commit comments

Comments
 (0)