Skip to content

Commit

Permalink
docs: Changed ModelAdapter comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Jan 23, 2024
1 parent 2e9892b commit e8c4bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/katana_cli/lib/command/code/model_adapter.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CodeModelAdapterCliCommand extends CliCodeCommand {
final path = context.args.get(2, "");
if (path.isEmpty) {
error(
"[path] is not specified. Please enter [path] according to the following command.\r\nkatana code redirect [path]\r\n",
"[path] is not specified. Please enter [path] according to the following command.\r\nkatana code model_adapter [path]\r\n",
);
return;
}
Expand Down

0 comments on commit e8c4bce

Please sign in to comment.