From 5c0c4f4b2dc14d9153177314c044176b51d46f55 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Tue, 5 Jan 2021 14:03:12 +0000 Subject: Playground: Support opening gml file by path as command line argument --- Base/usr/share/man/man1/Playground.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Base/usr/share') diff --git a/Base/usr/share/man/man1/Playground.md b/Base/usr/share/man/man1/Playground.md index aedcc8a66c..fb933dfb42 100644 --- a/Base/usr/share/man/man1/Playground.md +++ b/Base/usr/share/man/man1/Playground.md @@ -5,7 +5,7 @@ Playground - GUI Markup Language (GML) editor ## Synopsis ```**sh -$ Playground +$ Playground [file] ``` ## Description @@ -20,7 +20,7 @@ window, allowing rapid prototyping and development of application GUIs. ## Examples ```sh -$ Playground +$ Playground /home/anon/example.gml ``` ## See also -- cgit v1.2.3