diff --git a/help/help.txt b/help/help.txt index a86aeb44..c22ab8bb 100644 --- a/help/help.txt +++ b/help/help.txt @@ -2,7 +2,7 @@ Fastify command line interface available commands are: * start start a server * eject turns your application into a standalone executable with a server.js file being added. - * eject-ts turns your application into a standalone executable with a server.ts file being added. + * eject --lang=ts turns your application into a standalone executable with a server.ts file being added. * generate generate a new project * generate-plugin generate a new plugin project * generate-swagger generate Swagger/OpenAPI schema for a project using @fastify/swagger