cli: Fix typo

This commit is contained in:
willclarktech 2020-10-14 12:50:33 +02:00
parent c893676610
commit 7c60a8ed4f
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

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",
},
})