Skip to content

Commit ce65599

Browse files
committed
readme updated
1 parent 2623ee0 commit ce65599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ This plugin provides command line interface for creating dummy job and resume.
1818
### All possible default params:
1919

2020
```
21-
wp cbxjob-generate --total=100 --status=publish --is-remote=0 --is-featured=1 --is-filled=0 --user-id=1 --salary-unit=monthly --currency=USD
21+
wp cbxjob-generate --total=100 --status=published --is-remote=0 --is-featured=1 --is-filled=0 --user-id=1 --salary-unit=monthly --currency=USD
2222
```
2323

2424
total = number of jobs to be created.
2525

26-
status options = [draft,pending,publish,unpublished,flag ]
26+
status options = [draft,pending,published,unpublished,flag ]
2727

2828
is-remote = [0,1]
2929

0 commit comments

Comments
 (0)