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.
1 parent 2b1318d commit 3469f21Copy full SHA for 3469f21
tools/README.md
@@ -20,6 +20,6 @@ Usage: `create_new_add_on.py [-h] [--dest DEST] --name NAME --author AUTHOR`
20
Example that creates an add-on at "~/development/test":
21
22
```bash
23
-python3.4 create_new_add_on.py --dest=~/development --name="test" --author="test"
+python3.4 create_new_add_on.py --dest=~/development --name="test" --author="Author Name"
24
```
25
0 commit comments