Skip to content

Commit 719c20f

Browse files
Rebuild readme
1 parent 590b46f commit 719c20f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Quick links: [Using](#using) | [Installing](#installing) | [Contributing](#contr
1010
## Using
1111

1212
~~~
13-
wp dist-archive <path> [--format=<format>]
13+
wp dist-archive <path> [<target>] [--format=<format>]
1414
~~~
1515

1616
For a plugin in a directory 'wp-content/plugins/hello-world', this command
@@ -36,6 +36,9 @@ script in each project.
3636
<path>
3737
Path to the project that includes a .distignore file.
3838

39+
[<target>]
40+
Path and file name for the distribution archive. Defaults to project directory name plus version, if discoverable.
41+
3942
[--format=<format>]
4043
Choose the format for the archive.
4144
---

0 commit comments

Comments
 (0)