From b10832f2921e5e82ead31e73af86feb4b7f3ffea Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Mon, 30 Nov 2020 10:22:34 -0800 Subject: [PATCH] Remove tabs in --help text --- src/flutter-pi.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/flutter-pi.c b/src/flutter-pi.c index 4ac703c8..18d6dfb8 100644 --- a/src/flutter-pi.c +++ b/src/flutter-pi.c @@ -80,8 +80,8 @@ OPTIONS:\n\ --release Run the app in release mode. The AOT snapshot\n\ of the app (\"app.so\") must be located inside the\n\ asset bundle directory.\n\ - This also requires a libflutter_engine.so that was\n\ - built with --runtime-mode=release.\n\ + This also requires a libflutter_engine.so that was\n\ + built with --runtime-mode=release.\n\ \n\ -o, --orientation Start the app in this orientation. Valid\n\ for are: portrait_up, landscape_left,\n\ @@ -2713,4 +2713,4 @@ int main(int argc, char **argv) { deinit(); return EXIT_SUCCESS; -} \ No newline at end of file +}