From 55588ab3467f68b4cadefed2a781c4ef288312d5 Mon Sep 17 00:00:00 2001 From: "Felix C. Stegerman" Date: Fri, 7 Aug 2020 15:26:14 +0200 Subject: [PATCH] tiny whitespace fix in buildoptions.rst --- doc/source/buildoptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/buildoptions.rst b/doc/source/buildoptions.rst index 19360ff2fa..3412d47d06 100644 --- a/doc/source/buildoptions.rst +++ b/doc/source/buildoptions.rst @@ -126,7 +126,7 @@ ready. ``android:screenOrientation`` in the `Android documentation `__. - ``--icon``: A path to the png file to use as the application icon. -- ``-- permission``: A permission name for the app, +- ``--permission``: A permission name for the app, e.g. ``--permission VIBRATE``. For multiple permissions, add multiple ``--permission`` arguments. - ``--meta-data``: Custom key=value pairs to add in the application metadata.