diff --git a/src/commands/login.ts b/src/commands/login.ts index ca5c770..2ebabdf 100644 --- a/src/commands/login.ts +++ b/src/commands/login.ts @@ -56,7 +56,7 @@ const builder = createBuilder({ type: "string", }, "xsrf-token": { - describe: "Specify XSRF token to use for Coookie login", + describe: "Specify XSRF token to use for Cookie login", type: "string", }, });