cli: Fix typo

This commit is contained in:
willclarktech
2020-10-14 13:11:29 +02:00
parent c893676610
commit 7c60a8ed4f
+1 -1
View File
@@ -27,7 +27,7 @@ export async function main(originalArgs: readonly string[]): Promise<void> {
type: "boolean",
},
selftest: {
describe: "Run a selftext and exit",
describe: "Run a selftest and exit",
type: "boolean",
},
})