Skip to content

Commit

Permalink
fix: app:scaffold command description (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuruyia authored Jan 18, 2023
1 parent 5fe16f0 commit bb02647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/app/scaffold.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class AppScaffold extends Kommand {
help: flags.help(),
flavor: flags.string({
default: "generic",
description: `Template flavor ("generic", "iot-platform", "iot-console", "iot-platform").
description: `Template flavor ("generic", "iot-backend", "iot-console").
Those can be found here: https://github.com/kuzzleio/project-templates`,
}),
};
Expand Down

0 comments on commit bb02647

Please sign in to comment.