We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e56fd9 + b10832f commit b1c7a7cCopy full SHA for b1c7a7c
src/flutter-pi.c
@@ -80,8 +80,8 @@ OPTIONS:\n\
80
--release Run the app in release mode. The AOT snapshot\n\
81
of the app (\"app.so\") must be located inside the\n\
82
asset bundle directory.\n\
83
- This also requires a libflutter_engine.so that was\n\
84
- built with --runtime-mode=release.\n\
+ This also requires a libflutter_engine.so that was\n\
+ built with --runtime-mode=release.\n\
85
\n\
86
-o, --orientation <orientation> Start the app in this orientation. Valid\n\
87
for <orientation> are: portrait_up, landscape_left,\n\
@@ -2713,4 +2713,4 @@ int main(int argc, char **argv) {
2713
deinit();
2714
2715
return EXIT_SUCCESS;
2716
-}
+}
0 commit comments