Skip to content

Commit bbeae49

Browse files
authored
Correct the entry for the "flutter build" command (#13241)
Fixes #11739
1 parent 2836ccd commit bbeae49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/reference/flutter-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The `flutter` command-line tool is how developers (or IDEs on behalf of
88
developers) interact with Flutter. For Dart related commands,
99
you can use the [`dart`][] command-line tool.
1010

11-
Here's how you might use the `flutter` tool to create, analyze, test, and run an
12-
app:
11+
Here's how you might use the `flutter` tool to create, analyze, test,
12+
and run an app:
1313

1414
```console
1515
$ flutter create my_app
@@ -50,7 +50,7 @@ The following table shows which commands you can use with the `flutter` tool:
5050
| assemble | `flutter assemble -o <DIRECTORY>` | Assemble and build flutter resources. |
5151
| attach | `flutter attach -d <DEVICE_ID>` | Attach to a running application. |
5252
| bash-completion | `flutter bash-completion` | Output command line shell completion setup scripts. |
53-
| build | `flutter build <DIRECTORY>` | Flutter build commands. |
53+
| build | `flutter build <BUILD_TARGET>` | Build a target-specific bundle.. |
5454
| channel | `flutter channel <CHANNEL_NAME>` | List or switch flutter channels. |
5555
| clean | `flutter clean` | Delete the `build/` and `.dart_tool/` directories. |
5656
| config | `flutter config --build-dir=<DIRECTORY>` | Configure Flutter settings. To remove a setting, configure it to an empty string. |

0 commit comments

Comments
 (0)