summaryrefslogtreecommitdiff
path: root/Base/usr
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2021-01-05 14:03:12 +0000
committerAndreas Kling <kling@serenityos.org>2021-01-05 17:12:54 +0100
commit5c0c4f4b2dc14d9153177314c044176b51d46f55 (patch)
tree6c2acef5d48b63579bf0273401e2ba1f00472cd2 /Base/usr
parent7d5a369ac9a563f7e73bee6fde278aa583f1953a (diff)
downloadserenity-5c0c4f4b2dc14d9153177314c044176b51d46f55.zip
Playground: Support opening gml file by path as command line argument
Diffstat (limited to 'Base/usr')
-rw-r--r--Base/usr/share/man/man1/Playground.md4
1 files changed, 2 insertions, 2 deletions
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